mirror of
https://github.com/openharmony/developtools_ace-js2bundle.git
synced 2026-07-19 10:15:08 -04:00
collect module with number Signed-off-by: houhaoyu <houhaoyu@huawei.com> Change-Id: I3d3387138be1bbe7bf0f064c5f8eded32835db5b
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user