forked from canonical/snapcraft.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebpack.config.entry.js
More file actions
18 lines (18 loc) · 822 Bytes
/
webpack.config.entry.js
File metadata and controls
18 lines (18 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module.exports = {
"cookie-policy": "./static/js/base/cookie-policy.ts",
"global-nav": "./static/js/base/global-nav.ts",
base: "./static/js/base/base.ts",
about: "./static/js/public/about/index.ts",
"featured-snaps": "./static/js/public/featured-snaps.ts",
modal: "./static/js/public/modal.ts",
homepage: "./static/js/public/homepage.ts",
blog: "./static/js/public/blog.ts",
"store-details": "./static/js/public/store-details.ts",
fsf: "./static/js/public/fsf.ts",
"distro-install": "./static/js/public/distro-install.ts",
"publisher-details": "./static/js/public/publisher-details.ts",
"about-listing": "./static/js/public/about/listing.ts",
store: "./static/js/store/index.tsx",
publisher: "./static/js/publisher/publisher.tsx",
"brand-store": "./static/js/publisher/brand-store.tsx",
};