We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbc10a commit d0d7848Copy full SHA for d0d7848
package.json
@@ -7,8 +7,9 @@
7
"browser": "app/build/mojs-curve-editor.min.js",
8
"unpkg": "app/build/mojs-curve-editor.min.js",
9
"scripts": {
10
- "start": "webpack",
11
- "dev": "webpack-dev-server"
+ "start": "webpack --watch",
+ "dev": "webpack-dev-server",
12
+ "build": "webpack --progress"
13
},
14
"repository": {
15
"type": "git",
webpack.config.js
@@ -4,7 +4,6 @@ var autoprefixer = require('autoprefixer');
4
var UnminifiedWebpackPlugin = require('unminified-webpack-plugin');
5
6
module.exports = {
- watch: true,
context: __dirname + "/",
entry: [
__dirname + '/app/js/app.babel.jsx'
0 commit comments