We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fd7e5 commit cab4ccaCopy full SHA for cab4cca
src/packages/static/package.json
@@ -22,6 +22,7 @@
22
"test": "pnpm exec jest",
23
"prepublishOnly": "pnpm test"
24
},
25
+ "browserslist": ["defaults"],
26
"repository": {
27
"type": "git",
28
"url": "https://github.com/sagemathinc/cocalc"
src/packages/static/src/rspack.config.ts
@@ -149,6 +149,7 @@ export default function getConfig({ middleware }: Options = {}) {
149
}
150
151
const config = {
152
+ target: "browserslist",
153
ignoreWarnings: [/Failed to parse source map/],
154
devtool: PRODMODE ? undefined : "eval-cheap-module-source-map",
155
mode: PRODMODE
0 commit comments