mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
6 lines
187 B
JavaScript
6 lines
187 B
JavaScript
|
const { webpackConfig } = require('shakapacker')
|
||
|
|
||
|
// See the shakacode/shakapacker README and docs directory for advice on customizing your webpackConfig.
|
||
|
|
||
|
module.exports = webpackConfig
|