mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-05-28 16:35:26 +08:00
8 lines
160 B
JavaScript
8 lines
160 B
JavaScript
const config = require('../../configs/webpack.config.js');
|
|
|
|
config.output.library.name = 'StacksAuth';
|
|
|
|
config.resolve.fallback = {};
|
|
|
|
module.exports = config;
|