Skip to content

Instantly share code, notes, and snippets.

@TonPC64
Created September 26, 2018 02:41
Show Gist options
  • Save TonPC64/5af3a551b52891029983f0c578000bf0 to your computer and use it in GitHub Desktop.
Save TonPC64/5af3a551b52891029983f0c578000bf0 to your computer and use it in GitHub Desktop.
module.exports = {
outDir: 'public',
babel: {
babelrc: false
},
banner: true,
format: ['umd-min'],
css: true,
plugins: ['vue']
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment