Skip to content

Commit

Permalink
Create a custom RequireJS config file
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust committed Nov 11, 2022
1 parent 5947890 commit 04884b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions view/frontend/requirejs-config.js
@@ -0,0 +1,11 @@
/*
* Magento looks for RequireJS configuration files within each module's
* view/frontend folder named requirejs-config.js.
*
* This config object will be injected into require.config() when Magento
* loops through all of these files. Any specific configuration relating to
* RequireJS goes within this config object.
*/
var config = {

};

0 comments on commit 04884b9

Please sign in to comment.