Skip to content

Commit

Permalink
production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Feb 8, 2021
1 parent bfcdea1 commit 2474c12
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 49,403 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"start": "snowpack dev",
"start-plugin": "webpack --watch --mode development",
"plugin-build": "webpack",
"plugin-build": "webpack --mode production",
"linux:make-zip": "npm run plugin-build && zip -r logo_maker_plugin.zip index.php plugin_build && mv logo_maker_plugin.zip development/",
"gen-docs": "npx typedoc",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
Expand Down
2 changes: 1 addition & 1 deletion plugin_build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-blocks', 'wp-i18n', 'wp-polyfill'), 'version' => '7223ebd59fe10195bdbf65eb40e979d8');
<?php return array('dependencies' => array('react', 'wp-blocks', 'wp-i18n', 'wp-polyfill'), 'version' => 'd7d1806093a1c8da5a66df5b5e9fcc5a');
159 changes: 1 addition & 158 deletions plugin_build/index.js

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

2 changes: 1 addition & 1 deletion plugin_build/index.js.map

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

Loading

0 comments on commit 2474c12

Please sign in to comment.