Skip to content

Commit

Permalink
Merge some small fixes (#900)
Browse files Browse the repository at this point in the history
* Remove unused fs require from webpack.base.conf.js (#893)

* cleanup some leftover from reverting #688
  • Loading branch information
LinusBorg authored Sep 5, 2017
1 parent 5ebed8d commit 313c5ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions template/build/webpack.base.conf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var path = require('path')
var fs = require('fs')
var utils = require('./utils')
var config = require('../config')
var vueLoaderConfig = require('./vue-loader.conf')
Expand All @@ -26,8 +25,7 @@ module.exports = {
'vue$': 'vue/dist/vue.esm.js',
{{/if_eq}}
'@': resolve('src'),
},
symlinks: false
}
},
module: {
rules: [
Expand Down

0 comments on commit 313c5ad

Please sign in to comment.