Skip to content

Commit

Permalink
Update build.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Jul 30, 2024
1 parent 4707f0d commit a955a27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ const filesConfig : esbuild.BuildOptions = {
'./src/**/index.ts',
'./src/**/index.scss',
],
supported: {
'import-attributes': true,
'nesting': true
},
plugins: [
sassPlugin()
],
Expand Down

0 comments on commit a955a27

Please sign in to comment.