mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
fix(webpack5): angular scss rule not ignoring regular scss (#9502)
* fix(webpack5): angular scss rule not ignoring regular scss * test: angular scss snapshot update
This commit is contained in:
@ -231,8 +231,8 @@ exports[`angular configuration for android 1`] = `
|
||||
{
|
||||
test: /\\\\.scss$/,
|
||||
exclude: [
|
||||
'__jest__/src/app.css',
|
||||
'__jest__/src/app.android.css',
|
||||
'__jest__/src/app.scss',
|
||||
'__jest__/src/app.android.scss',
|
||||
/node_modules/
|
||||
],
|
||||
use: [
|
||||
@ -616,8 +616,8 @@ exports[`angular configuration for ios 1`] = `
|
||||
{
|
||||
test: /\\\\.scss$/,
|
||||
exclude: [
|
||||
'__jest__/src/app.css',
|
||||
'__jest__/src/app.ios.css',
|
||||
'__jest__/src/app.scss',
|
||||
'__jest__/src/app.ios.scss',
|
||||
/node_modules/
|
||||
],
|
||||
use: [
|
||||
|
Reference in New Issue
Block a user