mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Update to webpack 4 + misc build process changes
This commit is contained in:
21
app/bin/start-debug.js
Normal file
21
app/bin/start-debug.js
Normal file
@@ -0,0 +1,21 @@
|
||||
require('@babel/register')({
|
||||
presets: [
|
||||
[
|
||||
"@babel/preset-env"
|
||||
, {
|
||||
targets: {
|
||||
node: "current"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
, plugins: [
|
||||
"@babel/plugin-transform-runtime"
|
||||
, "@babel/plugin-syntax-dynamic-import"
|
||||
, "@babel/plugin-syntax-import-meta"
|
||||
, "@babel/plugin-proposal-class-properties"
|
||||
, "@babel/plugin-proposal-json-strings"
|
||||
]
|
||||
});
|
||||
|
||||
require('../src/js/main');
|
||||
Reference in New Issue
Block a user