mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
use import/export in the frontend code
This commit is contained in:
+1
-2
@@ -21,8 +21,7 @@ module.exports = {
|
||||
],
|
||||
query: {
|
||||
babelrc: false,
|
||||
presets: ['es2015', 'stage-2'],
|
||||
plugins: ['add-module-exports']
|
||||
presets: [['es2015', { modules: false }], 'stage-2']
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user