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 bc12b55 commit 1e0b10bCopy full SHA for 1e0b10b
package.json
@@ -14,10 +14,10 @@
14
],
15
"scripts": {
16
"dev": "webpack-dev-server --inline",
17
- "build:example": "cross-env NODE_ENV=production webpack --progress --hide-modules",
+ "build": "cross-env NODE_ENV=production webpack --config build/webpack.config.min.js",
18
"unit": "karma start test/unit/karma.conf.js --single-run"
19
},
20
- "main": "src/Avatar.vue",
+ "main": "dist/vue-avatar.min.js",
21
"dependencies": {
22
"vue": "^1.0.18",
23
"babel-runtime": "^5.8.0"
@@ -28,6 +28,7 @@
28
"babel-plugin-transform-runtime": "^6.0.0",
29
"babel-preset-es2015": "^6.0.0",
30
"babel-preset-stage-2": "^6.0.0",
31
+ "copy-webpack-plugin": "^1.1.1",
32
"cross-env": "^1.0.6",
33
"css-loader": "^0.23.0",
34
"file-loader": "^0.8.4",
0 commit comments