press
press copied to clipboard
fix: naked option
{ naked: auto } doesn't work
This PR fixes it.
Considerations:
- maybe I should pass only the
nakedoption and not wholeconfig? -
core/src/blueprint/index.js,registermethod doesn't useconfigin themodeInstancesinitialization too, should I passconfighere? Not sure if it needed for them.
@pimlie can you answer on the second point @shrpne raises?
Looks like config is really needed for modeInstances. Because without it, nuxt-press continues importing blueprint themes like docs/src/theme.css.
I have updated PR