mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-05 04:23:43 +00:00
Setup usage of Vite instead of webpack for faster development
This commit is contained in:
10
src/Bundle/ChillDocGeneratorBundle/vite.config.js
Normal file
10
src/Bundle/ChillDocGeneratorBundle/vite.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
aliases: {
|
||||
ChillDocGeneratorAssets:
|
||||
"./src/Bundle/ChillDocGeneratorBundle/Resources/public",
|
||||
},
|
||||
inputs: {
|
||||
mod_docgen_picktemplate:
|
||||
"./src/Bundle/ChillDocGeneratorBundle/Resources/public/module/PickTemplate/index.js",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user