Last active
July 13, 2017 00:53
-
-
Save tmyers273/4b28a91e062337425164f434e632c605 to your computer and use it in GitHub Desktop.
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
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