Created
September 23, 2019 18:55
-
-
Save prathamesh-sonpatki/25c8657fc811680af37cf79fcb3c3792 to your computer and use it in GitHub Desktop.
Sample manifest.json file generated by Webpacker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"admin.js": "/packs/js/admin-67dd60bc5c69e9e06cc3.js", | |
"admin.js.map": "/packs/js/admin-67dd60bc5c69e9e06cc3.js.map", | |
"application.js": "/packs/js/application-d351b587b51ad82444e4.js", | |
"application.js.map": "/packs/js/application-d351b587b51ad82444e4.js.map", | |
"entrypoints": { | |
"admin": { | |
"js": [ | |
"/packs/js/admin-67dd60bc5c69e9e06cc3.js" | |
], | |
"js.map": [ | |
"/packs/js/admin-67dd60bc5c69e9e06cc3.js.map" | |
] | |
}, | |
"application": { | |
"js": [ | |
"/packs/js/application-d351b587b51ad82444e4.js" | |
], | |
"js.map": [ | |
"/packs/js/application-d351b587b51ad82444e4.js.map" | |
] | |
}, | |
"login": { | |
"js": [ | |
"/packs/js/login-1c7b2341998332589ec0.js" | |
], | |
"js.map": [ | |
"/packs/js/login-1c7b2341998332589ec0.js.map" | |
] | |
} | |
}, | |
"login.js": "/packs/js/login-1c7b2341998332589ec0.js", | |
"login.js.map": "/packs/js/login-1c7b2341998332589ec0.js.map" | |
}% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment