Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
陈峰
2017-03-21 21:53:53 +0800
Commit
3214e0f3b31e34df560af3075407a6dcae1ff3e4
1 parent
cfdb1238
webpack use stict
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
public/build/postcss.config.js
public/build/webpack.dev.config.js
public/build/webpack.prod.config.js
public/build/postcss.config.js
View file @
3214e0f
'use strict'
;
/**
* postcss plugins for both dev and pro
* @parem et Symbol
...
...
public/build/webpack.dev.config.js
View file @
3214e0f
'use strict'
;
const
path
=
require
(
'path'
);
const
webpack
=
require
(
'webpack'
);
const
WebpackDevServer
=
require
(
'webpack-dev-server'
);
...
...
public/build/webpack.prod.config.js
View file @
3214e0f
'use strict'
;
const
path
=
require
(
'path'
);
const
os
=
require
(
'os'
);
const
shelljs
=
require
(
'shelljs'
);
...
...
Please
register
or
login
to post a comment