Skip to content

Instantly share code, notes, and snippets.

@tmyers273
Last active July 13, 2017 00:53
Show Gist options
  • Save tmyers273/4b28a91e062337425164f434e632c605 to your computer and use it in GitHub Desktop.
Save tmyers273/4b28a91e062337425164f434e632c605 to your computer and use it in GitHub Desktop.
const merge = require('webpack-merge')
const base = require('./webpack.base.config')
module.exports = merge(base, {
output: {
library: 'vue-confirmation'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment