Skip to content

Commit

Permalink
upgrading to webpack 4 support and various other updates to the fork
Browse files Browse the repository at this point in the history
  • Loading branch information
stormojm committed Jun 29, 2019
1 parent f9264a6 commit 8469c2d
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 8469c2d

Please sign in to comment.