Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Specify external deps for esm build
Browse files Browse the repository at this point in the history
  • Loading branch information
romanslonov committed Apr 8, 2019
1 parent e3f600e commit 2b7506d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const globals = {
export default [
{
...baseConfig,
external,
output: {
file: 'dist/modulist-vue.esm.js',
format: 'esm',
Expand Down
2 changes: 1 addition & 1 deletion dist/modulist-vue.common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modulist-vue.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modulist-vue.min.js

Large diffs are not rendered by default.

0 comments on commit 2b7506d

Please sign in to comment.