提交 cdde3b10 编写于 作者: F Frans

update

上级 f477635e
......@@ -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);
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册