Skip to content

Commit

Permalink
(chore) Opt-out of package encapsulation for non-JS folders (#3176)
Browse files Browse the repository at this point in the history
Fixes: #3174
  • Loading branch information
aduh95 authored May 2, 2021
1 parent 9044780 commit bcc116c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/build_node.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ async function buildPackageJSON(options) {
"./lib/common": dual("./lib/common.js"),
"./lib/core": dual("./lib/core.js"),
"./lib/languages/*": dual("./lib/languages/*.js"),
"./scss/*": "./scss/*",
"./styles/*": "./styles/*",
"./types/*": "./types/*",
};
if (options.esm) packageJson.exports = exports;

Expand Down

0 comments on commit bcc116c

Please sign in to comment.