Skip to content

Commit

Permalink
[ci skip] Remove on-build-webpack dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NekR committed Mar 13, 2018
1 parent 51c05d9 commit 9e7b435
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"express": "^4.16.2",
"glob": "^7.1.2",
"mocha": "^4.0.1",
"on-build-webpack": "^0.1.0",
"webpack": "4.1.0"
},
"buildDependencies": {
Expand Down
4 changes: 0 additions & 4 deletions tests/legacy/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ var OfflinePlugin = require(__ROOT__);
var path = require('path');

var deepExtend = require('deep-extend');
var OnBuildPlugin = require('on-build-webpack');
var DefinePlugin = require('webpack/lib/DefinePlugin');
var compare = require('./compare');

Expand Down Expand Up @@ -33,9 +32,6 @@ module.exports = function(OfflinePluginOptions, testFlags) {

plugins: [
new OfflinePlugin(OfflinePluginOptions),
/*new OnBuildPlugin(function(stats) {
compare(testDir);
}),*/
new DefinePlugin({
RUNTIME_PATH: JSON.stringify(path.join(__ROOT__, 'runtime'))
}),
Expand Down

0 comments on commit 9e7b435

Please sign in to comment.