Skip to content

Commit

Permalink
Merge pull request vuejs-templates#374 from WayneHarris/patch-1
Browse files Browse the repository at this point in the history
Spelling Correction
  • Loading branch information
LinusBorg authored Dec 13, 2016
2 parents 340ed34 + 3ed1833 commit 105e23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var utils = require('./utils')
var projectRoot = path.resolve(__dirname, '../')

var env = process.env.NODE_ENV
// check env & config/index.js to decide weither to enable CSS Sourcemaps for the
// check env & config/index.js to decide whether to enable CSS source maps for the
// various preprocessor loaders added to vue-loader at the end of this file
var cssSourceMapDev = (env === 'development' && config.dev.cssSourceMap)
var cssSourceMapProd = (env === 'production' && config.build.productionSourceMap)
Expand Down

0 comments on commit 105e23c

Please sign in to comment.