File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 15
15
"cart" : " cd examples/shopping-cart && webpack-dev-server --inline --hot --config ../webpack.shared.config.js" ,
16
16
"chat" : " cd examples/chat && webpack-dev-server --inline --hot --config ../webpack.shared.config.js" ,
17
17
"build" : " node build/build.js" ,
18
- "build-examples" : " webpack --config examples/webpack.build-all.config.js" ,
18
+ "build-examples" : " BABEL_ENV=development webpack --config examples/webpack.build-all.config.js" ,
19
19
"unit" : " BABEL_ENV=development mocha test/unit/test.js --compilers js:babel-core/register" ,
20
20
"e2e" : " casperjs test --concise ./test/e2e" ,
21
21
"test" : " eslint src && npm run unit && npm run build-examples && npm run e2e" ,
35
35
"devDependencies" : {
36
36
"babel-core" : " ^6.2.1" ,
37
37
"babel-loader" : " ^6.2.0" ,
38
- "babel-plugin-add-module-exports" : " ^0.1.1" ,
39
38
"babel-plugin-transform-runtime" : " ^6.1.18" ,
40
39
"babel-polyfill" : " ^6.2.0" ,
41
40
"babel-preset-es2015" : " ^6.1.18" ,
55
54
"rollup-plugin-babel" : " ^2.4.0" ,
56
55
"todomvc-app-css" : " ^2.0.3" ,
57
56
"uglify-js" : " ^2.6.2" ,
58
- "vue" : " ^1.0.8 " ,
57
+ "vue" : " ^1.0.17 " ,
59
58
"vue-hot-reload-api" : " ^1.2.1" ,
60
59
"vue-html-loader" : " ^1.0.0" ,
61
60
"vue-loader" : " ^8.2.0" ,
You can’t perform that action at this time.
0 commit comments