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

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

parent 515bfe75
...@@ -271,7 +271,7 @@ function buildJs() { ...@@ -271,7 +271,7 @@ function buildJs() {
return src(`${dir.src}js/entry.js`) return src(`${dir.src}js/entry.js`)
.pipe(plumber()) .pipe(plumber())
.pipe(webpackStream({ .pipe(webpackStream({
mode: 'development', mode: 'production',
entry: entryList, entry: entryList,
output: { output: {
filename: '[name].js', 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