symfony / stimulus-bridge

Stimulus integration bridge for Symfony projects
https://symfony.com/ux
75 stars 15 forks source link

Module not found: TypeError: resourceRegExp.test is not a function #56

Closed gimler closed 2 years ago

gimler commented 2 years ago

I get the following error

Module not found: TypeError: resourceRegExp.test is not a function

when i activate

export const app = startStimulusApp(require.context(
  '@symfony/stimulus-bridge/lazy-controller-loader!./controllers',
  true,
  /\.(j|t)sx?$/
))

node:16.13.1-alpine3.14 stimulus 2.0.0 stimulus-bridge 2.0.0 & 2.1.0

gimler commented 2 years ago

i use a invalid usage of ContextReplacementPlugin in my webpack config