Skip to content

Commit

Permalink
Remove unused definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
iamakulov committed Nov 17, 2019
1 parent 0e17d54 commit 77abcce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ var moment = require('moment');
var IgnorePlugin = require('webpack').IgnorePlugin;
var ContextReplacementPlugin = require('webpack').ContextReplacementPlugin;

function isModuleAvailable(moduleName) {
try {
require.resolve(moduleName);
return true;
} catch (e) {
return false;
}
}

function checkOptions(options) {
var optionsObject = options || {};

Expand Down
1 change: 0 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const path = require('path');
const { runWithWebpack } = require('./utils.js');
const MomentLocalesPlugin = require('../index.js');

Expand Down

0 comments on commit 77abcce

Please sign in to comment.