Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e7e3ad7

Browse filesBrowse files
fix: rollup configuration (#835)
This is a full refactoring of the rollup configuration to speed up builds, simplify the configuration prevent warnings and fix an error with the generated source maps. In detail: - refactor: Combine the three non-esm outputs into a single configuration. - feat: Enabled source-maps for all build outputs. - fix: Use a separate TypeScript configuration (`tsconfig.build.json`) during build. This configuration only compiles the required typescript files and doesn't reproduce the directory structure in the dist-folder (see also the change in package.json). It also now generates source maps correctly (#834). - chore: Moved `fast-deep-equal` from dependencies to devDependencies. It is a very small function, and it has always been bundled in all of our outputs, so it's not actually required at runtime. This will be changed in the next major release. fixes #834 3436cc0
1 parent 2267d48 commit e7e3ad7
Copy full SHA for e7e3ad7
Expand file treeCollapse file tree

15 files changed

+43
-41
lines changed

‎classes/Loader.html

Copy file name to clipboardExpand all lines: classes/Loader.html
+18-18Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

‎dist/e2e/selenium.test.d.ts

Copy file name to clipboardExpand all lines: dist/e2e/selenium.test.d.ts
-1Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

‎dist/index.dev.js

Copy file name to clipboardExpand all lines: dist/index.dev.js
+1Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/index.dev.js.map

Copy file name to clipboardExpand all lines: dist/index.dev.js.map
+1Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/index.min.js

Copy file name to clipboardExpand all lines: dist/index.min.js
+1Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/index.min.js.map

Copy file name to clipboardExpand all lines: dist/index.min.js.map
+1Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/index.mjs.map

Copy file name to clipboardExpand all lines: dist/index.mjs.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/index.umd.js.map

Copy file name to clipboardExpand all lines: dist/index.umd.js.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/src/index.test.d.ts

Copy file name to clipboardExpand all lines: dist/src/index.test.d.ts
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎enums/LoaderStatus.html

Copy file name to clipboardExpand all lines: enums/LoaderStatus.html
+2-2Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.