Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
condenser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
condenser
Commits
e417c27f
Verified
Commit
e417c27f
authored
2 years ago
by
Wojciech Barcik
Browse files
Options
Downloads
Patches
Plain Diff
Improve syntax
parent
3b610eda
No related branches found
No related tags found
1 merge request
!364
Resolve "Don't inline JS source maps into production bundle"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
webpack/base.config.js
+12
-2
12 additions, 2 deletions
webpack/base.config.js
with
12 additions
and
2 deletions
webpack/base.config.js
+
12
−
2
View file @
e417c27f
...
@@ -114,8 +114,18 @@ module.exports = {
...
@@ -114,8 +114,18 @@ module.exports = {
},
},
],
],
},
},
{
test
:
/
\.
js$|
\.
jsx$/
,
exclude
:
[
/node_modules/
,
/
\*\/
app
\/
assets
\/
static
\/\*\.
js/
],
use
:
'
babel-loader
'
},
{
{
test
:
/
\.
svg$/
,
use
:
'
svg-inline-loader
'
},
test
:
/
\.
js$|
\.
jsx$/
,
exclude
:
[
/node_modules/
,
/
\*\/
app
\/
assets
\/
static
\/\*\.
js/
],
use
:
'
babel-loader
'
},
{
test
:
/
\.
svg$/
,
use
:
'
svg-inline-loader
'
},
{
{
test
:
require
.
resolve
(
"
blueimp-file-upload
"
),
test
:
require
.
resolve
(
"
blueimp-file-upload
"
),
use
:
"
imports?define=>false
"
use
:
"
imports?define=>false
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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