Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Franslee committed Jan 25, 2019
1 parent f477635 commit cdde3b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/webpack.prod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ const webpackBaseConf = require('./webpack.base.conf.js');
const rimraf = require('rimraf');
const merge = require('webpack-merge');

rimraf('./dist/sites/', function (err) {
if (err) console.log(err);
});

rimraf('./dist/nutui.js', function (err) {
if (err) console.log(err);
});
Expand Down

0 comments on commit cdde3b1

Please sign in to comment.