mirror of
https://github.com/openharmony/developtools_ace-js2bundle.git
synced 2026-07-22 14:45:28 -04:00
houhaoyu@huawei.com 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 path = require('path');
|
||||||
const { Compilation } = require('webpack');
|
const { Compilation } = require('webpack');
|
||||||
|
|
||||||
const moduleReg = /(@ohos|@system)(\.[a-zA-Z]+)+/g;
|
const moduleReg = /(@ohos|@system)(\.[a-zA-Z0-9]+)+/g;
|
||||||
|
|
||||||
class ModuleCollectionPlugin {
|
class ModuleCollectionPlugin {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|||||||
Reference in New Issue
Block a user