Добавил сборку под платформы linux и win

This commit is contained in:
Book Pauk
2019-01-04 23:03:47 +07:00
parent abd92b2f1d
commit 32b6038deb
5 changed files with 197 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ module.exports = merge(baseWpConfig, {
]
},
plugins: [
new CleanWebpackPlugin([`${publicDir}`], {root: path.resolve(__dirname, '..')}),
new CleanWebpackPlugin([publicDir], {root: path.resolve(__dirname, '..')}),
new MiniCssExtractPlugin({
filename: "[name].[contenthash].css"
}),