Created
January 9, 2019 10:56
-
-
Save mazipan/6c23a58e5075bc57ff4d5a9f0190e039 to your computer and use it in GitHub Desktop.
Bili config for Vue-Ionicons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = { | |
| format: ['umd'], | |
| input: 'dist/*.vue', | |
| filename: 'js/[name].js', | |
| plugins: [ | |
| 'vue', | |
| ], | |
| vue: { | |
| css: false, | |
| template: { | |
| isProduction: true, | |
| compilerOptions: { | |
| preserveWhitespace: false | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment