UNPKG
web-audio-daw
Version:
latest (4.13.4)
4.13.4
4.13.3
4.13.2
4.13.1
4.13.0
4.12.0
4.11.1
4.11.0
4.10.1
4.9.1
4.9.0
4.8.0
4.7.6
4.7.5
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
4.6.0
4.5.0
4.4.0
4.3.0
4.2.3
4.2.2
4.2.1
4.2.0
4.1.2
4.1.1
4.0.1
4.0.0
3.0.0
2.8.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.1
2.3.1
Web Audio DAW. It's like jQuery for your ears.
github.com/rserota/wad
rserota/wad
web-audio-daw
/
webpack.config.test.js
13 lines
(10 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
const
path
=
require
(
'path'
);
module
.exports = { entry:
'./test/gui/src/index.js'
, mode:
'development'
, devtool:
'source-map'
,
output
: { filename:
'test.js'
,
path
:
path
.resolve(__dirname,
'./test/gui/build'
), } };