Replies: 1 comment
-
This sample works fine for me -- https://github.com/microsoft/monaco-editor-samples/tree/master/browser-esm-webpack-typescript So it appears that this plugin can, at least in toy examples, coexist with Could you maybe try starting from that sample and slowly changing your webpack config towards your current one? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using:
As soon as I add the webpack plugin to my webpack configuration, it seems that the typescript loader does not work anymore. With the plugin I get the following issue:
It seems like it does not reach the typescript loader anymore.
Offtopic: Is this module actually maintained? I see no recent responses on issues and no further commits on this repository.
Beta Was this translation helpful? Give feedback.
All reactions