1
0
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:
Daniel Barber 2018-02-21 14:11:02 -05:00
parent 37a512d8d4
commit 73142f8a09
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -36,6 +36,9 @@ exports.config = {
// Configure your plugins
plugins: {
sass: {
mode: 'native'
},
babel: {
plugins: [
'transform-object-rest-spread',