Resolve "Replace Gulp with Webpack"
This commit is contained in:
parent
16230a11f3
commit
b28d42b97b
18 changed files with 1673 additions and 1863 deletions
7
webpack.dev.babel.js
Normal file
7
webpack.dev.babel.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import merge from 'webpack-merge';
|
||||
import common from './webpack.common.babel.js';
|
||||
|
||||
export default merge(common, {
|
||||
mode: 'development',
|
||||
devtool: 'inline-source-map',
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue