update examples

This commit is contained in:
fredqian
2025-03-09 10:33:20 +08:00
parent 4c469655dd
commit af3e64a06d
286 changed files with 0 additions and 10142 deletions

View File

@@ -1,12 +0,0 @@
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'),
'@mixly/micropython': path.resolve(__dirname, '../micropython')
}
}
});