Skip to content

Commit

Permalink
Move admin/js/ down to js/
Browse files Browse the repository at this point in the history
  • Loading branch information
herrvigg committed Mar 13, 2023
1 parent 4183b30 commit c6b52e3
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

module.exports = {
entry: {
'main': './admin/js/main.js',
'editor-gutenberg': './admin/js/editor-gutenberg.js',
'notices': './admin/js/notices.js',
'options': './admin/js/options.js',
'main': './js/main.js',
'editor-gutenberg': './js/editor-gutenberg.js',
'notices': './js/notices.js',
'options': './js/options.js',
'modules/acf': './modules/acf/js/index.js',
},
output: {
Expand Down

0 comments on commit c6b52e3

Please sign in to comment.