Skip to content

Commit 0121bf8

Browse files
author
bootstrap-vue-bot
committed
ESLint
1 parent ea85be0 commit 0121bf8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/webpack.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const config = module.exports = {
1313
// Set context to root of project
1414
config.context = path.resolve(__dirname, '..');
1515

16-
1716
// Resolver config
1817
config.resolve = {
1918
extensions: ['.js', '.vue'],
@@ -32,13 +31,13 @@ config.entry = {
3231
// Basic output config
3332
config.output = {
3433
path: path.resolve(__dirname, '../dist'),
35-
filename: 'bootstrap-vue.js',
34+
filename: 'bootstrap-vue.js'
3635
};
3736

3837
// Plugins
3938
config.plugins = [
4039
new Webpack.DefinePlugin({
41-
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV),
40+
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV)
4241
})
4342
];
4443

0 commit comments

Comments
 (0)