Skip to content

Commit

Permalink
#9 removed isparta-instrumenter-loader to reveal app source map
Browse files Browse the repository at this point in the history
  • Loading branch information
abbr committed Oct 8, 2017
1 parent d0af145 commit 5f5fb5e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 69 deletions.
6 changes: 0 additions & 6 deletions cfg/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ var srcPath = path.join(__dirname, '/../src/')
module.exports = {
module: {
rules: [
{
test: /\.(js|jsx)$/,
loader: 'isparta-instrumenter-loader',
enforce: 'pre',
include: [path.join(__dirname, '/../src')]
},
// {
// test: /\.(png|jpg|gif|woff|woff2|css|sass|scss|less|styl)$/,
// loader: 'null-loader'
Expand Down
3 changes: 0 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ module.exports = function(config) {
'test/loadtests.js': ['webpack', 'sourcemap']
},
webpack: webpackCfg,
webpackServer: {
noInfo: true
},
coverageReporter: {
dir: 'coverage/',
reporters: [{ type: 'html' }, { type: 'text' }]
Expand Down
58 changes: 0 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"glob": "^6.0.0",
"html-webpack-plugin": "^2.30.1",
"imports-loader": "^0.6.5",
"isparta-instrumenter-loader": "^1.0.0",
"jquery": "^2.1.4",
"jquery-ui": "~1.10.5",
"json-loader": "^0.5.7",
Expand Down Expand Up @@ -103,5 +102,6 @@
"node": ">=5.10"
},
"private": true,
"license": "MIT"
"license": "MIT",
"false": {}
}

0 comments on commit 5f5fb5e

Please sign in to comment.