初始化提交
This commit is contained in:
11
boards/default_src/micropython/webpack.common.js
Normal file
11
boards/default_src/micropython/webpack.common.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const path = require("path");
|
||||
const common = require("../../../webpack.common");
|
||||
const { merge } = require("webpack-merge");
|
||||
|
||||
module.exports = merge(common, {
|
||||
resolve: {
|
||||
alias: {
|
||||
'@mixly/python': path.resolve(__dirname, '../python')
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user