load selectize

This commit is contained in:
James Woglom
2022-08-29 21:11:25 -04:00
parent f79c8fa754
commit 67be71cdeb
4 changed files with 221 additions and 5 deletions

View File

@@ -30,7 +30,16 @@
"styles": [
"src/styles.sass"
],
"scripts": []
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/@selectize/selectize/dist/scss/selectize.bootstrap5.scss"
]
},
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js",
"node_modules/@selectize/selectize/dist/js/standalone/selectize.min.js"
]
},
"configurations": {
"production": {