-
-
Notifications
You must be signed in to change notification settings - Fork 13
rollup configuration customizing with vue.config.js #1
Comments
Hi @kazupon, can we add json import via this configuration option? because current json import is not supported in rollup integration |
@msalahz |
@kazupon : My app utilize https://github.com/epoberezkin/ajv to support json validation. Ajv accept validation schema as JSON object & I keep these validation schemas in .json files, and I import them in the files require them. when I used vue-cli-plugin-p11n to plugnize my vue app I get an error from rullup when I try to build the bluginized app that json import is not supported. and when I made some research I found that I need use rollup-plugin-json to support .json import with rollup which I couldn't find out how do so through p11n. Can you advice ? |
Any updates about this ? |
It will very nice this option, I need use rollup-plugin-postcss to convert sass files. Wait for this feature. |
support like
configureWebpack
ofvue.config.js
:refs:
configureRollup
Object
|Function
If the value is an Object, it will be merged into the final config
e.g.
The text was updated successfully, but these errors were encountered: