Skip to content Skip to sidebar Skip to footer

Wildcard Entry Point Usng Glob On Webpack Got Error

Trying to do wildcard matching for all my js file but I got this error var elements = request.replace(/^-?!+/, '').replace(/!!+/g, '!').split('!');

Solution 1:

entries/*js -> entries/*.js

how about that?

Post a Comment for "Wildcard Entry Point Usng Glob On Webpack Got Error"