Latest updates
This commit is contained in:
parent
aace75679a
commit
b2208a7e58
15 changed files with 1267 additions and 131 deletions
10
webpack.dev.js
Normal file
10
webpack.dev.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
const merge = require('webpack-merge');
|
||||
const common = require('./webpack.common.js');
|
||||
|
||||
module.exports = merge(common, {
|
||||
mode: 'development',
|
||||
devtool: 'inline-source-map',
|
||||
devServer: {
|
||||
contentBase: './dist',
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue