-
-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
Module parse failed: /path/to/project/node_modules/imports-loader/index.js?this=>window!/path/to/project/src/entry.js 'import' and 'export' may only appear at the top level (4:0)
You may need an appropriate loader to handle this file type.
| (function() {
|
| import './NameSpace';
| import './Polyfill';
rules: [
{
test: regx,
use: [
{
loader: "imports-loader?this=>window",
},
],
},
],But import 'imports-loader?this=>window./NameSpace'; this works fine.
bsouthga, mriegler, ematipico, YeXiaoRain and andreiropotica
Metadata
Metadata
Assignees
Labels
No labels