You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My poject repo were this happens. Need to use beta webpack for top level await support; thanks electron. Webpack config is written in Typescript. Plugin loaded in the resolve section of the config. Run build:ts to exec webpack.
When Webpack exec get this error message:
Can't resolve '#passage' in '`${project_path}`\project_gryphon\src\renderer'
Tried using webpack alias and got the same error message.
The text was updated successfully, but these errors were encountered:
As you get the same error message with webpack alias it would not seem to be a problem with tsconfig-paths-webpack-plugin.
I note that if you remove the # from the filenames it all works. The plugin seems to work fine in Webpack 5 as long as you don't have # in the filenames.
My poject repo were this happens. Need to use beta webpack for top level await support; thanks electron. Webpack config is written in Typescript. Plugin loaded in the resolve section of the config. Run
build:ts
to exec webpack.When Webpack exec get this error message:
Tried using webpack alias and got the same error message.
The text was updated successfully, but these errors were encountered: