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 ddcb9db commit f3251b7Copy full SHA for f3251b7
packages/bundler-webpack/src/types.ts
@@ -123,6 +123,7 @@ export interface StylusLoaderOptions extends LoaderOptions {
123
* @see https://github.com/webpack-contrib/sass-loader#options
124
*/
125
export interface SassLoaderOptions extends LoaderOptions {
126
+ api?: 'legacy' | 'modern' | 'modern-compiler'
127
implementation?: Record<string, any> | string
128
sassOptions?: StylePreprocessorOptions
129
}
0 commit comments