@rslib/core 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/entryModuleLoader.js +1 -1
- package/dist/index.js +141 -456
- package/dist/libCssExtractLoader.js +2 -9
- package/dist-types/asset/assetConfig.d.ts +3 -0
- package/dist-types/css/cssConfig.d.ts +1 -1
- package/dist-types/package.json +1 -0
- package/dist-types/types/{config/index.d.ts → config.d.ts} +18 -1
- package/dist-types/types/utils.d.ts +1 -0
- package/dist-types/utils/helper.d.ts +1 -0
- package/package.json +5 -4
|
@@ -49,5 +49,5 @@ const entryModuleLoader_rslib_entry_loader = function(source) {
|
|
|
49
49
|
}
|
|
50
50
|
return result;
|
|
51
51
|
};
|
|
52
|
-
|
|
52
|
+
const entryModuleLoader_rslib_entry_ = entryModuleLoader_rslib_entry_loader;
|
|
53
53
|
export { entryModuleLoader_rslib_entry_ as default };
|