-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(compass-web): create browser-compatible compass package COMPASS-…
…7413 (#5249) * feat(compass-web): create browser-compatible compass package * chore(workspace): allow opening multiple tabs; handle namespaces in initial tabs * chore(compass-web): add fonts and url handling in the sandbox * chore(sidebar): adjust sidebar to work well in web environment * chore(web): add rest of the plugins * chore(webpack): move emotion server polyfill to the shared config * chore(compass-web): depcheck fixes and very basic test setup * chore: fix depalign * chore(web): skip tests on rhel
- Loading branch information
1 parent
e03c6bc
commit 3fc9e82
Showing
44 changed files
with
2,479 additions
and
222 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
configs/webpack-config-compass/polyfills/@emotion/server/create-instance/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export default function createEmotionServer() { | ||
return {}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.