Skip to content

Commit

Permalink
Removing map files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Apr 12, 2024
1 parent 6dfb3b3 commit 67c8b45
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build/dlx-pw-fancybox.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '2897153fa889d9264345');
<?php return array('dependencies' => array(), 'version' => '1472e41936552f67aa2d');
3 changes: 1 addition & 2 deletions build/dlx-pw-fancybox.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/dlx-pw-fancybox.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion build/dlx-pw-preview.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-i18n', 'wp-plugins'), 'version' => 'e8c6101578cbc0285708');
<?php return array('dependencies' => array('react', 'wp-i18n', 'wp-plugins'), 'version' => 'e9db630fa36b881cd93f');
3 changes: 1 addition & 2 deletions build/dlx-pw-preview.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion build/dlx-pw-preview.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-i18n'), 'version' => 'b5ded88be68f47013485');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-i18n'), 'version' => '195df0910e2d2ec4935d');
3 changes: 1 addition & 2 deletions build/index.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/index.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = ( env ) => {
rules: [ ...defaultConfig.module.rules ],
},
mode: env.mode,
devtool: 'production' === env.mode ? 'source-map' : false,
devtool: 'production' === env.mode ? false : 'source-map',
entry: {
index: '/src/index.js',
'dlx-pw-preview': './src/js/blocks/plugins/pattern-preview.js',
Expand Down

0 comments on commit 67c8b45

Please sign in to comment.