Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
shijian
8 years ago
Commit
7d28263c8259c4c1ea87fe508e8f934d58f3ca04
1 parent
bf63404d
save
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
public/build/webpack.prod.config.js
public/build/webpack.prod.config.js
View file @
7d28263
...
...
@@ -7,7 +7,8 @@ const _ = require('lodash');
const
webpack
=
require
(
'webpack'
);
const
UglifyJsParallelPlugin
=
require
(
'webpack-uglify-parallel'
);
const
ExtractTextPlugin
=
require
(
'extract-text-webpack-plugin'
);
//const config = require('../../package.json');
// const config = require('../../package.json');
const
distDir
=
path
.
join
(
__dirname
,
'../dist/assets'
);
let
baseConfig
=
require
(
'./webpack.base.config.js'
);
...
...
Please
register
or
login
to post a comment