Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0980022

Browse files
committedNov 22, 2022
feat(build): update packages to esmodules and fix rollup import
1 parent 993a236 commit 0980022

File tree

79 files changed

+84
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+84
-77
lines changed
 

‎packages/uui-action-bar/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { UUIProdConfig } from '../rollup-package.config';
1+
import { UUIProdConfig } from '../rollup-package.config.mjs';
22

33
export default UUIProdConfig({
44
entryPoints: ['index'],

0 commit comments

Comments
 (0)
Please sign in to comment.