From 87f68ff7afe92e32deb6d5d9ebedf9ba799ede2d Mon Sep 17 00:00:00 2001 From: Dmitriy Lyner Date: Wed, 30 May 2018 15:10:07 -0600 Subject: [PATCH] base case --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 1ca8d4e8..201dd2ca 100644 --- a/index.js +++ b/index.js @@ -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 = {