Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
d571690b
Commit
d571690b
authored
May 31, 2017
by
winh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use inline source maps for karma (!11815)
parent
e20eb712
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config/karma.config.js
config/karma.config.js
+2
-0
config/webpack.config.js
config/webpack.config.js
+0
-2
No files found.
config/karma.config.js
View file @
d571690b
...
...
@@ -13,6 +13,8 @@ if (webpackConfig.plugins) {
});
}
webpackConfig
.
devtool
=
'
cheap-inline-source-map
'
;
// Karma configuration
module
.
exports
=
function
(
config
)
{
var
progressReporter
=
process
.
env
.
CI
?
'
mocha
'
:
'
progress
'
;
...
...
config/webpack.config.js
View file @
d571690b
...
...
@@ -72,8 +72,6 @@ var config = {
filename
:
IS_PRODUCTION
?
'
[name].[chunkhash].bundle.js
'
:
'
[name].bundle.js
'
},
devtool
:
'
cheap-module-source-map
'
,
module
:
{
rules
:
[
{
...
...
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