Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14c9fa6

Browse files
author
Anthony Gore
committed
no message
2 parents 37f7caf + 2180ae8 commit 14c9fa6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555
"webpack-merge": "^2.3.1",
5656
"webpack-module-hot-accept": "^1.0.4"
5757
}
58-
}
58+
}

webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var baseConfig = {
2525
},
2626
{
2727
test: /\.scss$/,
28-
loader: ExtractTextPlugin.extract({ fallbackLoader: 'style-loader', loader: 'css-loader!sass-loader' })
28+
loader: ExtractTextPlugin.extract({ fallback: 'style-loader', use: 'css-loader!sass-loader' })
2929
},
3030
{
3131
test: /\.(png|jpg|gif|svg|ttf)$/,
@@ -48,7 +48,7 @@ var baseConfig = {
4848
},
4949
resolve: {
5050
alias: {
51-
'vue$': 'vue/dist/vue.js',
51+
'vue$': 'vue/dist/vue.common.js',
5252
}
5353
},
5454
devServer: {
@@ -106,4 +106,4 @@ let targets = [ 'web', 'node' ].map((target) => {
106106
return obj;
107107
});
108108

109-
module.exports = targets;
109+
module.exports = targets;

0 commit comments

Comments
 (0)