Skip to content

Commit

Permalink
Fix esm path
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlc committed Mar 2, 2022
1 parent b4008fc commit 71b15b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Expand Up @@ -109,7 +109,7 @@ async function buildIcons(package, style, format) {
}

async function main(package) {
const cjsPackageJson = { module: './esm.index.js', sideEffects: false }
const cjsPackageJson = { module: './esm/index.js', sideEffects: false }
const esmPackageJson = { type: 'module', sideEffects: false }

console.log(`Building ${package} package...`)
Expand Down

0 comments on commit 71b15b9

Please sign in to comment.