0.2 release
This commit is contained in:
parent
747c6416d4
commit
18479a3f56
340 changed files with 27295 additions and 0 deletions
4
webpack.prod.babel.js
Normal file
4
webpack.prod.babel.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import merge from 'webpack-merge';
|
||||
import common from './webpack.common.babel.js';
|
||||
|
||||
export default merge(common, { mode: 'production' });
|
||||
Loading…
Add table
Add a link
Reference in a new issue