Skip to content

Instantly share code, notes, and snippets.

@mazipan
Created January 9, 2019 10:56
Show Gist options
  • Save mazipan/6c23a58e5075bc57ff4d5a9f0190e039 to your computer and use it in GitHub Desktop.
Save mazipan/6c23a58e5075bc57ff4d5a9f0190e039 to your computer and use it in GitHub Desktop.
Bili config for Vue-Ionicons
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