mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-26 07:05:49 +00:00
xahau-patch
This commit is contained in:
9
packages/xahau-binary-codec/test/webpack.config.js
Normal file
9
packages/xahau-binary-codec/test/webpack.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict'
|
||||
const { merge } = require('webpack-merge')
|
||||
const { webpackForTest } = require('../../../weback.test.config')
|
||||
const { getDefaultConfiguration } = require('../../../webpack.config')
|
||||
|
||||
module.exports = merge(
|
||||
getDefaultConfiguration(),
|
||||
webpackForTest('./test/index.ts', __dirname),
|
||||
)
|
||||
Reference in New Issue
Block a user