Skip to content

Commit

Permalink
rebuild libs, also, changes due to updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonba committed Jan 23, 2018
1 parent 7bab29a commit 75ac9a7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/ext/types/StringSearch.js

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

2 changes: 1 addition & 1 deletion lib/ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"bundlesize": [
{
"path": "./lib/core.js",
"maxSize": "10 kB"
"maxSize": "11 kB"
},
{
"path": "./lib/ui.js",
Expand Down
7 changes: 3 additions & 4 deletions rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,16 @@ const typeExtensions = typeFiles.map((eType) => {
'isomorphic-unfetch',
],

globals: {
[src]: 'YveBot',
},

output: {
file: `lib/ext/types/${eType}.js`,
format: 'umd',
name: `YveBotTypes${eType}`,
paths: {
[src]: '../../core',
},
globals: {
[src]: 'YveBot',
},
},

onwarn,
Expand Down

0 comments on commit 75ac9a7

Please sign in to comment.