This repository was archived by the owner on Mar 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
This repository was archived by the owner on Mar 14, 2024. It is now read-only.
Error when resolving environmentModulePath #11
Copy link
Copy link
Open
Labels
Description
In this test project : https://github.com/ryuran/twing-loader-test
Twing loader fail to resolve environmentModulePath and do not find twingEnv.js.
Child html-webpack-plugin for "index.html":
1 asset
Entrypoint undefined = index.html
[./node_modules/html-webpack-plugin/lib/loader.js!./src/fake.txt] 1.28 KiB {0} [built] [failed] [1 error]
ERROR in ./src/fake.txt (./node_modules/html-webpack-plugin/lib/loader.js!./src/fake.txt)
Module build failed (from ./node_modules/twing-loader/dist/index.js):
Error: Cannot find module 'twingEnv.js'
Require stack:
- /Users/yliechti/Sites/twing-loader-test/node_modules/twing-loader/dist/index.js
- /Users/yliechti/Sites/twing-loader-test/node_modules/loader-runner/lib/loadLoader.js
- /Users/yliechti/Sites/twing-loader-test/node_modules/loader-runner/lib/LoaderRunner.js
- /Users/yliechti/Sites/twing-loader-test/node_modules/webpack/lib/NormalModule.js
- /Users/yliechti/Sites/twing-loader-test/node_modules/webpack/lib/NormalModuleFactory.js
- /Users/yliechti/Sites/twing-loader-test/node_modules/webpack/lib/Compiler.js
- /Users/yliechti/Sites/twing-loader-test/node_modules/webpack/lib/webpack.js
- /Users/yliechti/Sites/twing-loader-test/node_modules/webpack-cli/bin/utils/convert-argv.js
- /Users/yliechti/Sites/twing-loader-test/node_modules/webpack-cli/bin/cli.js
- /Users/yliechti/Sites/twing-loader-test/node_modules/webpack/bin/webpack.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:623:15)
at Function.resolve (/Users/yliechti/Sites/twing-loader-test/node_modules/v8-compile-cache/v8-compile-cache.js:166:23)
at Object.default_1 (/Users/yliechti/Sites/twing-loader-test/node_modules/twing-loader/dist/index.js:37:34)