We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5617e6 commit 23c367aCopy full SHA for 23c367a
src/index.js
@@ -57,7 +57,7 @@ class PlayerLoaderPlugin {
57
58
// if prependTo is specified though, we prepend to anything that is listed
59
} else {
60
- assets = assets.filter((filename) => this.settings_.prependTo.indexOf(filename) !== -1);
+ assets = assets.filter((filename) => this.settings_.prependTo.indexOf(filename) === -1);
61
}
62
63
if (!assets.length) {
0 commit comments