Skip to content

Commit

Permalink
Merge pull request #139 from jasongrout/styleModule
Browse files Browse the repository at this point in the history
Specify the CSS javascript module imports explicitly in package.json.
  • Loading branch information
blink1073 authored Dec 4, 2020
2 parents b58a5c0 + 92bb404 commit fa2a045
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/default-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"style/index.js"
],
"style": "style/index.css",
"styleModule": "style/index.js",
"repository": {
"type": "git",
"url": "https://github.com/jupyterlab/lumino.git"
Expand Down
1 change: 1 addition & 0 deletions packages/dragdrop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"module": "dist/index.es6",
"types": "types/index.d.ts",
"style": "style/index.css",
"styleModule": "style/index.js",
"scripts": {
"api": "api-extractor run --local --verbose",
"build": "tsc --build && rollup -c",
Expand Down
1 change: 1 addition & 0 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"module": "dist/index.es6",
"types": "types/index.d.ts",
"style": "style/index.css",
"styleModule": "style/index.js",
"scripts": {
"api": "api-extractor run --local --verbose",
"build": "tsc --build && rollup -c",
Expand Down

0 comments on commit fa2a045

Please sign in to comment.