mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
chore(package): Add npm run script for webpack
Make life simpler Change-Type: patch
This commit is contained in:
parent
d9a7730511
commit
1748bf2e2a
@ -24,6 +24,8 @@
|
||||
"configure": "node-gyp configure",
|
||||
"build": "node-gyp build",
|
||||
"install": "node-gyp rebuild",
|
||||
"webpack": "webpack",
|
||||
"watch": "webpack --watch",
|
||||
"concourse-build-electron": "make webpack",
|
||||
"concourse-test": "npm test",
|
||||
"concourse-test-electron": "npm test",
|
||||
|
@ -67,7 +67,8 @@ module.exports = {
|
||||
use: {
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
presets: [ 'react', 'env', 'stage-0' ]
|
||||
presets: [ 'react', 'env', 'stage-0' ],
|
||||
cacheDirectory: true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user