mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-29 16:45:49 +00:00
xahau-patch
This commit is contained in:
14
packages/xahau/test/webpack.config.js
Normal file
14
packages/xahau/test/webpack.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
const { merge } = require('webpack-merge')
|
||||
const { webpackForTest } = require('../../../weback.test.config')
|
||||
|
||||
module.exports = merge(
|
||||
require('../webpack.base.config'),
|
||||
webpackForTest('./test/integration/index.ts', __dirname),
|
||||
{
|
||||
externals: [
|
||||
{
|
||||
net: 'null', // net is used in tests to setup mock server
|
||||
},
|
||||
],
|
||||
},
|
||||
)
|
||||
Reference in New Issue
Block a user