Skip to content

Commit

Permalink
Merge pull request #1 from GenesysPureConnect/webpack4-upgrade
Browse files Browse the repository at this point in the history
upgrading to webpack 4 support and various other updates to the fork
  • Loading branch information
stormojm authored Jul 2, 2019
2 parents f9264a6 + 8469c2d commit c60c663
Show file tree
Hide file tree
Showing 4 changed files with 4,658 additions and 75 deletions.
6 changes: 4 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
var loaderUtils = require('loader-utils');

module.exports = function( input ) {
var finalDependencies;

this.cacheable();

var options = this.options.amdInjectLoader || {};
var baseOptions = loaderUtils.getOptions(this) || {};
var options = baseOptions.amdInjectLoader || {};
var istanbul = options.istanbul === true;
var stripComments = options.stripComments === true;

Expand Down
Loading

0 comments on commit c60c663

Please sign in to comment.