mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Added webpack build config
This commit is contained in:
8
webpack.dev.config.js
Normal file
8
webpack.dev.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
var config = require('./webpack.base.config');
|
||||
|
||||
config.devtool = 'eval-source-map';
|
||||
config.devServer = {
|
||||
noInfo: true
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user