Skip to content

Commit

Permalink
chore(fix webpack config lint errors):
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jan 22, 2019
1 parent 33557c2 commit 458d6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/build/webpack.base.config.js
Expand Up @@ -7,9 +7,9 @@ const FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin')
const VueLoaderPlugin = require('vue-loader/lib/plugin')

const isProd = process.env.NODE_ENV === 'production'
const resolve = (file) => path.resolve(__dirname, file)
const resolve = file => path.resolve(__dirname, file)

let plugins = [
const plugins = [
new webpack.DefinePlugin({
'process.env': JSON.stringify(process.env)
}),
Expand Down

0 comments on commit 458d6ba

Please sign in to comment.