-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
output: {
format: 'iife',
name: 'app',
file: 'public/build/bundle.js'
},
plugins: [
html2({
template: 'src/template.html',
fileName: 'index.html',
externals: [{ file: 'build/bundle.css', pos: 'before' }]
}),
Structure - wanted:
/src/template.html
/public/index.html
/public/build/bundle.js
/public/build/bundle.css
Structure - given:
/src/template.html
/public/build/index.html
/public/build/bundle.js
/public/build/bundle.css
In other words, this script stores index.html in the same folder as the bundle.js but I would like to store it one folder up. How would I set this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels