-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Please can you support custom export directories, also need to support relative paths, also the generated files follow the assetFileNames configuration by default, but some scenarios require fixed file names, thank you!
The directory structure I want to achieve.
|-- dist
| |-- css
| |-- index.css
| |-- js
| |-- index.js
|-- src
| |-- css
| |-- index.scss
| |-- js
| |-- index.js
Currently mode: "extract" is only available in the js directory.
|-- dist
| |-- css
| |-- js
| |-- assets
| |-- index-186392aa.css
| |-- index.js
|-- src
| |-- css
| |-- index.scss
| |-- js
| |-- index.js -> import '../css/index.scss'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels