Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Can anyone help specifically write for such a structure? Something I can not understand at all what I'm stupid about.
/
| node_modules
| src
|--index.js
| public
|--scripts
|----output.js
const path = require('path');
module.exports = {
entry: './src/index.js',
output: {
path: path.resolve(__dirname, 'public/scripts'),
filename: 'output.js'
}
}
I guess you can try doing this:
output: {
path: path.resolve(__dirname, "ххх/ууу")
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question