Skip to content

Commit

Permalink
Add zeed-dom to Babel compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ShishKabab committed Jan 16, 2023
1 parent 2dc788c commit 2ad3dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/loaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export default ({ mode, context, isCI = false, injectStyles = false }) => {
...Object.values(externalTsModules).map((mod) =>
path.resolve(context, `./external/${mod}`),
),
path.join(context, 'node_modules/zeed-dom'),
],
use: [babelLoader, tsLoader],
}
Expand Down

0 comments on commit 2ad3dd9

Please sign in to comment.