Skip to content

Commit

Permalink
Remove unused fs require from webpack.base.conf.js (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
robwierzbowski authored and LinusBorg committed Sep 2, 2017
1 parent b7fc302 commit 024bbf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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 Down

0 comments on commit 024bbf7

Please sign in to comment.