Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
e80fa698
Commit
e80fa698
authored
8 years ago
by
Mike Greiling
Browse files
Options
Download
Email Patches
Plain Diff
update plugin formatting
parent
02504f2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
config/webpack.config.js
config/webpack.config.js
+3
-0
No files found.
config/webpack.config.js
View file @
e80fa698
...
...
@@ -82,7 +82,10 @@ var config = {
modules
:
false
,
assets
:
true
}),
// prevent pikaday from including moment.js
new
webpack
.
IgnorePlugin
(
/moment/
,
/pikaday/
),
// use deterministic module ids in all environments
IS_PRODUCTION
?
new
webpack
.
HashedModuleIdsPlugin
()
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment