Open chan-dev opened 2 years ago
I've converted the webpack file to use es modules because of a package that imports a es module package.
Here's how i run the file.
ng build --extra-webpack-config projects/demo/webpack.externals.mjs --project demo
But this throws an error of "Must use import to load Es modules".
Thanks in advance.
I've converted the webpack file to use es modules because of a package that imports a es module package.
Here's how i run the file.
ng build --extra-webpack-config projects/demo/webpack.externals.mjs --project demo
But this throws an error of "Must use import to load Es modules".
Thanks in advance.