Skip to content

Commit

Permalink
Fix(design-tokens): Remove exports field block build on product app…
Browse files Browse the repository at this point in the history
…lications

  * missing scss/borders specifier or cannot find stylesheet to import
  • Loading branch information
literat committed Nov 29, 2023
1 parent 0d6fd70 commit 4307f68
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@
"module": "esm/index.js",
"main": "cjs/index.js",
"types": "types/index.d.ts",
"exports": {
".": {
"import": "./esm/index.js",
"require": "./cjs/index.js",
"sass": "./scss/index.scss"
}
},
"scripts": {
"prebuild": "yarn clean",
"build:js": "vite build",
Expand Down

0 comments on commit 4307f68

Please sign in to comment.