JavaScript for WordPress › Forums › Gutenberg Development › Can't get the CSS files built › Reply To: Can't get the CSS files built
May 20, 2019 at 3:15 pm
#107983
Keymaster
My guess would be it either has to do with the tests (like this test: /block\/css\/editor-styles\/.*\.s?css$/,
)
Or it has to do with the Babel config in the buildJS const.
Those would be my guesses as to where the problem exists.