mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Be specific about the SCSS processor
This commit is contained in:
parent
37a512d8d4
commit
73142f8a09
@ -36,6 +36,9 @@ exports.config = {
|
|||||||
|
|
||||||
// Configure your plugins
|
// Configure your plugins
|
||||||
plugins: {
|
plugins: {
|
||||||
|
sass: {
|
||||||
|
mode: 'native'
|
||||||
|
},
|
||||||
babel: {
|
babel: {
|
||||||
plugins: [
|
plugins: [
|
||||||
'transform-object-rest-spread',
|
'transform-object-rest-spread',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user