node app.js
what should I do if I can"t find bundle.js,?
node app.js
what should I do if I can"t find bundle.js,?
http://www.expressjs.com.cn/s.
my directory package.json : webpack.config.js: app.js : index.ejs : npm run server : title error in index.ejs is not defined. For the first time, express and webpack, have searched for related problems on this site, but failed to find a solutio...
first paste the project structure. webpack.base.config.js const SRC_PATH = path.resolve(__dirname, .. src );const OUTPUT_PATH = path.resolve(__dirname, .. dist );const PUBLIC_PATH = dist ; html-webpack-pluginconst getHtmlConfig = funct...