diff --git a/.changeset/spotty-trains-hammer.md b/.changeset/spotty-trains-hammer.md index 39e68b2983..d84e697494 100644 --- a/.changeset/spotty-trains-hammer.md +++ b/.changeset/spotty-trains-hammer.md @@ -1,7 +1,6 @@ --- "@talend/storybook-docs": patch "@talend/design-docs": patch -"@talend/ui-playground": patch "@talend/bootstrap-theme": patch "@talend/scripts-config-storybook-lib": patch --- diff --git a/.changeset/strong-dolls-trade.md b/.changeset/strong-dolls-trade.md deleted file mode 100644 index 72cf931aa3..0000000000 --- a/.changeset/strong-dolls-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@talend/ui-playground-vite": major ---- - -Init Playground with Vite diff --git a/tools/scripts-config-react-webpack/config/webpack.config.js b/tools/scripts-config-react-webpack/config/webpack.config.js index 486b262f71..a363dbf05a 100644 --- a/tools/scripts-config-react-webpack/config/webpack.config.js +++ b/tools/scripts-config-react-webpack/config/webpack.config.js @@ -315,7 +315,6 @@ module.exports = ({ getUserConfig, mode }) => { { test: /\.scss$/, exclude: /\.module\.scss$/, - use: getSassLoaders(false, sassData, isEnvDevelopmentServe), }, {