We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d785f commit 4c6bb4eCopy full SHA for 4c6bb4e
template/build/build.js
@@ -13,7 +13,7 @@ var webpackConfig = require('./webpack.prod.conf')
13
var spinner = ora('building for production...')
14
spinner.start()
15
16
-rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => {
+rm(path.join(config.build.assetsRoot, '*'), err => {
17
if (err) throw err
18
webpack(webpackConfig, function (err, stats) {
19
spinner.stop()
0 commit comments