var path = require('path'); module.exports = { //.... resolve: { root: [ path.resolve('./front') ] }, // rootにしたいパスを指定 //.... };.
確定! 回上一頁