@sumotto/configs 0.0.18 → 0.0.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sumotto/configs",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "Configs for my work",
5
5
  "scripts": {
6
6
  "release": "np --yolo"
@@ -2,6 +2,7 @@ const MiniCSSExtractPlugin = require( 'mini-css-extract-plugin' );
2
2
  const RtlCssPlugin = require( 'rtlcss-webpack-plugin' );
3
3
  const RemoveEmptyScriptsPlugin = require( 'webpack-remove-empty-scripts' );
4
4
  const SyncDirectoryWebpackPlugin = require( '../helpers/sync-directory-webpack-plugin' );
5
+ const CleanWebpackPlugin = require( '../helpers/clean-webpack-plugin' );
5
6
  const findFreePort = require( 'find-free-port-sync' );
6
7
  const { resolve } = require( 'node:path' );
7
8
  const {
@@ -9,7 +10,6 @@ const {
9
10
  defaultConfigWP,
10
11
  modulesConfigWP,
11
12
  } = require( '../helpers/webpack' );
12
- const { CleanWebpackPlugin } = require( '../helpers/clean-webpack-plugin' );
13
13
  const root = process.cwd().replace( /\\/g, '/' );
14
14
 
15
15
  const port =
@@ -3,7 +3,7 @@ const RemoveEmptyScriptsPlugin = require( 'webpack-remove-empty-scripts' );
3
3
  const RtlCssPlugin = require( 'rtlcss-webpack-plugin' );
4
4
  const ImageMinimizerPlugin = require( 'image-minimizer-webpack-plugin' );
5
5
  const SyncDirectoryWebpackPlugin = require( '../helpers/sync-directory-webpack-plugin' );
6
- const { CleanWebpackPlugin } = require( '../helpers/clean-webpack-plugin' );
6
+ const CleanWebpackPlugin = require( '../helpers/clean-webpack-plugin' );
7
7
  const findFreePort = require( 'find-free-port-sync' );
8
8
  const { resolve } = require( 'node:path' );
9
9
  const {