Hi! Trying to follow your wonderful tutorial. When I download this package on my Mac, and run npm install, then everything goes fine. But when I run npm run build, it initially seems happy, then 5 seconds later I get the following error message:
(node:1439) ExperimentalWarning: The ESM module loader is experimental.
<e> [webpack-dev-middleware] HookWebpackError: Only file and data URLs are supported by the default ESM loader
<e> at makeWebpackError (/Users/userName/Sync/Programming/PixiJSElementals/pixi-hotwire-master/node_modules/webpack/lib/HookWebpackError.js:48:9)
...
Any idea what is going on?
Hi! Trying to follow your wonderful tutorial. When I download this package on my Mac, and run npm install, then everything goes fine. But when I run npm run build, it initially seems happy, then 5 seconds later I get the following error message:
Any idea what is going on?