Closed bebraw closed 9 years ago
A theme should be able to declare its Webpack dependencies and export related configuration through its entry point. Example:
module.exports = { Nav: require('./Nav), ... configuration: {} // webpack configuration should go here };
A theme should be able to declare its Webpack dependencies and export related configuration through its entry point. Example: