base case

This commit is contained in:
Dmitriy Lyner 2018-05-30 15:10:07 -06:00
parent 3884bd5470
commit 87f68ff7af

View file

@ -99,6 +99,7 @@ function createLoaderRules(languages, features, workers, publicPath) {
if(!publicPath && window.__webpack_public_path__) {
return `${window.__webpack_public_path__}/${workerPath}`
}
return workerPath;
};
const globals = {