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,
|
||||
format: "esm",
|
||||
packages: "external",
|
||||
plugins: [
|
||||
sassPlugin({
|
||||
// filter deprecation warnings
|
||||
logger: {
|
||||
warn: (message, { deprecation }) => {
|
||||
if (!deprecation) {
|
||||
console.warn(message);
|
||||
}
|
||||
},
|
||||
},
|
||||
}),
|
||||
],
|
||||
plugins: [sassPlugin()],
|
||||
target: "es2020",
|
||||
assetNames: "[dir]/[name]",
|
||||
chunkNames: "[dir]/[name]-[hash]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue