mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
revert: enabled saas deprecation warnings
This commit is contained in:
parent
4545d804d8
commit
d4103f7402
1 changed files with 1 additions and 12 deletions
|
@ -23,18 +23,7 @@ const getConfig = (outdir) => ({
|
||||||
splitting: true,
|
splitting: true,
|
||||||
format: "esm",
|
format: "esm",
|
||||||
packages: "external",
|
packages: "external",
|
||||||
plugins: [
|
plugins: [sassPlugin()],
|
||||||
sassPlugin({
|
|
||||||
// filter deprecation warnings
|
|
||||||
logger: {
|
|
||||||
warn: (message, { deprecation }) => {
|
|
||||||
if (!deprecation) {
|
|
||||||
console.warn(message);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}),
|
|
||||||
],
|
|
||||||
target: "es2020",
|
target: "es2020",
|
||||||
assetNames: "[dir]/[name]",
|
assetNames: "[dir]/[name]",
|
||||||
chunkNames: "[dir]/[name]-[hash]",
|
chunkNames: "[dir]/[name]-[hash]",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue