Error while compiling
ERROR in ./resources/sass/app.scss
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Expected identifier.
â·
89 â .1{
â ^
âµ
resources/demo1/src/sass/components/utilities/_text.scss 89:14 @content
node_modules/bootstrap/scss/mixins/_breakpoints.scss 68:5 media-breakpoint-up()
resources/demo1/src/sass/components/utilities/_text.scss 85:5 @import
resources/demo1/src/sass/components/_utilities.scss 13:5 @import
resources/demo1/src/sass/style.scss 18:5 @import
resources/sass/app.scss 11:9 root stylesheet
at processResult (/home/frank/narrative/ns-forms/node_modules/webpack/lib/NormalModule.js:758:19)
at /home/frank/narrative/ns-forms/node_modules/webpack/lib/NormalModule.js:860:5
at /home/frank/narrative/ns-forms/node_modules/loader-runner/lib/LoaderRunner.js:400:11
at /home/frank/narrative/ns-forms/node_modules/loader-runner/lib/LoaderRunner.js:252:18
at context.callback (/home/frank/narrative/ns-forms/node_modules/loader-runner/lib/LoaderRunner.js:124:13)
at /home/frank/narrative/ns-forms/node_modules/sass-loader/dist/index.js:54:7
at Function.call$2 (/home/frank/narrative/ns-forms/node_modules/sass/sass.dart.js:99696:16)
at render_closure1.call$2 (/home/frank/narrative/ns-forms/node_modules/sass/sass.dart.js:85096:12)
at _RootZone.runBinary$3$3 (/home/frank/narrative/ns-forms/node_modules/sass/sass.dart.js:29643:18)
at _FutureListener.handleError$1 (/home/frank/narrative/ns-forms/node_modules/sass/sass.dart.js:28163:21)
1 ERROR in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)
webpack compiled with 2 errors
i have this errors while compiling and idk how to solve them
Replies (2)
Hi Francisco Guadarrama
You can try to import the bundle CSS file into your laravel application, in resources/sass/app.scss
theme/demo5/dist/assets/plugins/global/plugins.bundle.css
theme/demo5/dist/assets/css/style.bundle.css
Thanks