kn-cli 1.0.38 → 1.0.39
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/build/webpack.config.js +0 -1
- package/package.json +1 -1
- package/readme.md +3 -0
package/build/webpack.config.js
CHANGED
|
@@ -369,7 +369,6 @@ const plugins= [
|
|
|
369
369
|
...API_HOST,
|
|
370
370
|
PM_TYPE: JSON.stringify(process.env.pm_type),
|
|
371
371
|
}),
|
|
372
|
-
new MiniCssExtractPlugin({ filename: `[name]${hashMode ? '-[chunkhash:8]' : ''}.css` }),
|
|
373
372
|
new webpack.SourceMapDevToolPlugin({
|
|
374
373
|
filename: 'sourcemap/[file].map',
|
|
375
374
|
// publicPath: '..',//resource_path_relative,
|
package/package.json
CHANGED