Commit 1b7daf5a authored by Nikolay Gromov's avatar Nikolay Gromov

Перевел вебпак в режим прода

parent 515bfe75
......@@ -271,7 +271,7 @@ function buildJs() {
return src(`${dir.src}js/entry.js`)
.pipe(plumber())
.pipe(webpackStream({
mode: 'development',
mode: 'production',
entry: entryList,
output: {
filename: '[name].js',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment