@rspack/core
Advanced tools
Comparing version 0.0.0-20221108133046 to 0.0.0-20221108134153
@@ -12,2 +12,3 @@ "use strict"; | ||
const nodeConsole_1 = __importDefault(require("./node/nodeConsole")); | ||
const util_1 = __importDefault(require("util")); | ||
const rspackOptionsApply_1 = require("./rspackOptionsApply"); | ||
@@ -30,3 +31,3 @@ function createCompiler(userOptions) { | ||
const logger = compiler.getInfrastructureLogger("config"); | ||
logger.debug("RawOptions:", userOptions); | ||
logger.debug("RawOptions:", util_1.default.inspect(userOptions, { colors: true, depth: null })); | ||
if (Array.isArray(options.plugins)) { | ||
@@ -43,3 +44,3 @@ for (const plugin of options.plugins) { | ||
(0, defaults_1.applyRspackOptionsDefaults)(options); | ||
logger.debug("NormalizedOptions:", options); | ||
logger.debug("NormalizedOptions:", util_1.default.inspect(options, { colors: true, depth: null })); | ||
new rspackOptionsApply_1.RspackOptionsApply().process(options, compiler); | ||
@@ -46,0 +47,0 @@ compiler.hooks.initialize.call(); |
{ | ||
"name": "@rspack/core", | ||
"version": "0.0.0-20221108133046", | ||
"version": "0.0.0-20221108134153", | ||
"main": "./dist/index.js", | ||
@@ -10,3 +10,3 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"@rspack/core": "0.0.0-20221108133046", | ||
"@rspack/core": "0.0.0-20221108134153", | ||
"@swc/helpers": "^0.4.12", | ||
@@ -28,6 +28,6 @@ "@types/jest": "29.0.2", | ||
"dependencies": { | ||
"@rspack/binding": "0.0.0-20221108133046", | ||
"@rspack/dev-client": "0.0.0-20221108133046", | ||
"@rspack/plugin-less": "^0.0.0-20221108133046", | ||
"@rspack/plugin-postcss": "^0.0.0-20221108133046", | ||
"@rspack/binding": "0.0.0-20221108134153", | ||
"@rspack/dev-client": "0.0.0-20221108134153", | ||
"@rspack/plugin-less": "^0.0.0-20221108134153", | ||
"@rspack/plugin-postcss": "^0.0.0-20221108134153", | ||
"browserslist": "^4.21.3", | ||
@@ -34,0 +34,0 @@ "chokidar": "3.5.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
275508
3983
+ Added@rspack/binding@0.0.0-20221108134153(transitive)
+ Added@rspack/dev-client@0.0.0-20221108134153(transitive)
- Removed@rspack/binding@0.0.0-20221108133046(transitive)
- Removed@rspack/dev-client@0.0.0-20221108133046(transitive)