mirror of
https://gitee.com/openharmony/developtools_ace_js2bundle
synced 2024-11-27 01:20:27 +00:00
!219 collect module with number
Merge pull request !219 from houhaoyu/master
This commit is contained in:
commit
13d8f6be58
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user