Closed cedric-anne closed 2 years ago
Webpack path resolution currently fails.
Prefixing paths by a ./ fixes this.
./
See https://webpack.js.org/concepts/module-resolution/#resolving-rules-in-webpack for more details about Webpack resolution rules.
Webpack path resolution currently fails.
Prefixing paths by a
./
fixes this.See https://webpack.js.org/concepts/module-resolution/#resolving-rules-in-webpack for more details about Webpack resolution rules.