Maybe what you want is to resolve your js folder as a modules directory. webpack.config.js resolve: { root: path.resolve('./js') }. With this configuration ...
確定! 回上一頁