Skip to content

Commit

Permalink
revert false applications of "use"
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg authored Nov 6, 2017
1 parent 273f7c5 commit e167890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
{{/sass}}
{
test: /\.vue$/,
use: 'vue-loader',
loader: 'vue-loader',
options: {
loaders: {
{{#sass}}
Expand All @@ -67,12 +67,12 @@ module.exports = {
},
{
test: /\.js$/,
use: 'babel-loader',
loader: 'babel-loader',
exclude: /node_modules/
},
{
test: /\.(png|jpg|gif|svg)$/,
use: 'file-loader',
loader: 'file-loader',
options: {
name: '[name].[ext]?[hash]'
}
Expand Down

0 comments on commit e167890

Please sign in to comment.