Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pubsweet-starter
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
There was a problem fetching the latest pipeline status.
Show more breadcrumbs
pubsweet
pubsweet-starter
Commits
7c76250d
Commit
7c76250d
authored
7 years ago
by
Jure
Browse files
Options
Downloads
Patches
Plain Diff
Update webpack.development.config.js
parent
adeecfe8
No related branches found
No related tags found
1 merge request
!15
Update webpack.development.config.js
Pipeline
#2699
passed with stage
in 3 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
webpack/webpack.development.config.js
+1
-1
1 addition, 1 deletion
webpack/webpack.development.config.js
with
1 addition
and
1 deletion
webpack/webpack.development.config.js
+
1
−
1
View file @
7c76250d
...
...
@@ -47,7 +47,7 @@ module.exports = [
new
webpack
.
NoEmitOnErrorsPlugin
(),
new
webpack
.
DefinePlugin
({
'
process.env
'
:
{
'
NODE_ENV
'
:
JSON
.
stringify
(
'
dev
'
)
'
NODE_ENV
'
:
JSON
.
stringify
(
'
dev
elopment
'
)
}
}),
new
CopyWebpackPlugin
([
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment