UNPKG
@mixly/arduino-avr
Version:
latest (1.9.0)
1.9.0
1.8.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
适用于mixly的arduino avr模块
gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/arduino_avr
@mixly/arduino-avr
/
webpack.common.js
11 lines
(10 loc)
•
288 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
path
=
require
(
"path"
);
const
common
=
require
(
"../../../webpack.common"
);
const
{ merge } =
require
(
"webpack-merge"
); module.exports =
merge
(common, {
resolve
: {
alias
: {
'@mixly/arduino'
: path.
resolve
(__dirname,
'../arduino'
) } } });