collect module with number

Signed-off-by: houhaoyu <houhaoyu@huawei.com>
Change-Id: I3d3387138be1bbe7bf0f064c5f8eded32835db5b
This commit is contained in:
houhaoyu
2022-03-29 12:19:07 +08:00
parent d5d963dd05
commit 254b1b7f5d
+1 -1
View File
@@ -18,7 +18,7 @@ import RawSource from 'webpack-sources/lib/RawSource';
const path = require('path');
const { Compilation } = require('webpack');
const moduleReg = /(@ohos|@system)(\.[a-zA-Z]+)+/g;
const moduleReg = /(@ohos|@system)(\.[a-zA-Z0-9]+)+/g;
class ModuleCollectionPlugin {
constructor() {