我要使用绝对路径,例如
import Router from 'routes'
代替
import Router from './routes'
我的代码是
resolve: {
modules: [path.resolve(__dirname, 'src'), 'node_modules']
},
如果我将其与webpack.config.js
文件一起使用,但在create-react-scripts(crs.config.file)
中不能使用相同的代码,则可以正常工作
任何人都有主意