Open jodeleeuw opened 1 year ago
Adding something like this webpack plugin should allow you to use direct import config from './config.yaml' statements. This will be faster and easier to maintain.
import config from './config.yaml'
Adding something like this webpack plugin should allow you to use direct
import config from './config.yaml'
statements. This will be faster and easier to maintain.