mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 22:47:25 +01:00
add preact with webpack
This commit is contained in:
8
config/babel.js
Normal file
8
config/babel.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
['es2015', {modules: false}]
|
||||
],
|
||||
plugins: [
|
||||
['transform-react-jsx', {pragma: 'h'}]
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user