!219 collect module with number

Merge pull request !219 from houhaoyu/master
This commit is contained in:
openharmony_ci 2022-03-29 10:03:32 +00:00 committed by Gitee
commit 13d8f6be58
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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() {