When I try to use this plugin, webpack gives me this complaint:
Module not found: Error: Can't resolve 'imports' in '/home/ubuntu/app'
BREAKING CHANGE: It's no longer allowed to omit the '-loader' suffix when using loaders.
You need to specify 'imports-loader' instead of 'imports',
see https://webpack.js.org/guides/migrating/#automatic-loader-module-name-extension-removed
Best guess is it is complaining about this:
{
meteorImports: true,
test: new RegExp('.meteor/local/build/programs/web.browser/packages'),
loader: 'imports?this=>window',
},
When I try to use this plugin, webpack gives me this complaint:
Best guess is it is complaining about this: