Skip to content

Commit

Permalink
🐛 Fixes full file path in bundled output
Browse files Browse the repository at this point in the history
  • Loading branch information
morkro committed Nov 28, 2018
1 parent b65a9c0 commit 6349b89
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/vue-a11y-dialog.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-a11y-dialog",
"description": "Vue.js component wrapping for a11y-dialog",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/morkro/vue-a11y-dialog",
"license": "MIT",
"author": "Moritz Kröger (https://moritz.berlin)",
Expand Down
5 changes: 4 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ export default {
extensions: ['.vue', '.js']
}),
commonjs(),
vue({ css: true }),
vue({
template: { isProduction: true },
css: true
}),
babel({
include: ['node_modules/a11y-dialog']
}),
Expand Down

0 comments on commit 6349b89

Please sign in to comment.