8 lines
179 B
JavaScript
8 lines
179 B
JavaScript
const path = require('path');
|
|
|
|
module.exports = {
|
|
externalDeps: ['react'],
|
|
pluginRoot: path.resolve(__dirname, './web'),
|
|
outDir: path.resolve(__dirname, '../../public'),
|
|
};
|