Skip to content

Commit

Permalink
fix(deps): ESM deps should be dev-only (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
whizzzkid committed Nov 8, 2022
1 parent 42dd9ed commit 5bd8b60
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 49 deletions.
8 changes: 8 additions & 0 deletions .aegir.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
export default {
tsRepo: false,
dependencyCheck: {
input: [
'dist/**/*.js',
],
productionInput: [
'dist/**/*.js',
],
},
build: {
config: {
format: 'esm',
Expand Down

0 comments on commit 5bd8b60

Please sign in to comment.