Skip to content

Commit 4877cb4

Browse files
committed
build examples with explicit babel env
1 parent 024518b commit 4877cb4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cart": "cd examples/shopping-cart && webpack-dev-server --inline --hot --config ../webpack.shared.config.js",
1616
"chat": "cd examples/chat && webpack-dev-server --inline --hot --config ../webpack.shared.config.js",
1717
"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",
1919
"unit": "BABEL_ENV=development mocha test/unit/test.js --compilers js:babel-core/register",
2020
"e2e": "casperjs test --concise ./test/e2e",
2121
"test": "eslint src && npm run unit && npm run build-examples && npm run e2e",
@@ -35,7 +35,6 @@
3535
"devDependencies": {
3636
"babel-core": "^6.2.1",
3737
"babel-loader": "^6.2.0",
38-
"babel-plugin-add-module-exports": "^0.1.1",
3938
"babel-plugin-transform-runtime": "^6.1.18",
4039
"babel-polyfill": "^6.2.0",
4140
"babel-preset-es2015": "^6.1.18",
@@ -55,7 +54,7 @@
5554
"rollup-plugin-babel": "^2.4.0",
5655
"todomvc-app-css": "^2.0.3",
5756
"uglify-js": "^2.6.2",
58-
"vue": "^1.0.8",
57+
"vue": "^1.0.17",
5958
"vue-hot-reload-api": "^1.2.1",
6059
"vue-html-loader": "^1.0.0",
6160
"vue-loader": "^8.2.0",

0 commit comments

Comments
 (0)