8000 pts/webpack.dev.js at master · junneyang/pts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"assets","path":"assets","contentType":"directory"},{"name":"demo","path":"demo","contentType":"directory"},{"name":"dist","path":"dist","contentType":"directory"},{"name":"docs","path":"docs","contentType":"directory"},{"name":"guide","path":"guide","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":"study","path":"study","contentType":"directory"},{"name":".babelrc","path":".babelrc","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".nojekyll","path":".nojekyll","contentType":"file"},{"name":".npmignore","path":".npmignore","contentType":"file"},{"name":".pylintrc","path":".pylintrc","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"favicon.ico","path":"favicon.ico","contentType":"file"},{"name":"index.html","path":"index.html","contentType":"file"},{"name":"mocha.opts","path":"mocha.opts","contentType":"file"},{"name":"package-lock.json","path":"package-lock.json","contentType":"file"},{"name":"package.json","path":"package.json","contentType":"file"},{"name":"parse.py","path":"parse.py","contentType":"file"},{"name":"site.webmanifest","path":"site.webmanifest","contentType":"file"},{"name":"tsconfig.json","path":"tsconfig.json","contentType":"file"},{"name":"tslint.json","path":"tslint.json","contentType":"file"},{"name":"webpack.dev.js","path":"webpack.dev.js","contentType":"file"},{"name":"webpack.mod.js","path":"webpack.mod.js","contentType":"file"},{"name":"webpack.prod.js","path":"webpack.prod.js","contentType":"file"}],"totalCount":26}},"fileTreeProcessingTime":11.813074,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":144807184,"defaultBranch":"master","name":"pts","ownerLogin":"junneyang","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2018-08-15T04:50:24.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6802322?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"master","listCacheKey":"v0:1620526747.742825","canEdit":false,"refType":"branch","currentOid":"36d366f7adb6a7ecea5507ca7ecb64f801c622c4"},"path":"webpack.dev.js","currentUser":null,"blob":{"rawLines":["var webpack = require('webpack');\r","var path = require('path');\r","\r","var TARGET = process.env.npm_lifecycle_event\r","process.env.BABEL_ENV = TARGET\r","\r","var APP_PATH = path.resolve(__dirname, 'src/_app.ts')\r","var LIB_PATH = path.resolve(__dirname, 'src/_lib.ts')\r","var BUILD_PATH = path.resolve(__dirname, 'dist')\r","\r","module.exports = {\r"," \r"," entry: {\r"," pts: LIB_PATH\r"," // testapp: APP_PATH\r"," },\r","\r"," output: {\r"," library: 'Pts',\r"," libraryTarget: 'umd',\r"," path: BUILD_PATH,\r"," filename: 'pts.js'\r"," },\r","\r"," devtool: 'source-map',\r","\r"," watchOptions: { poll: true }, // seems to need this for Windows Linux subsystem to watch\r","\r"," resolve: {\r"," extensions: ['.webpack.js', '.web.js', '.ts', '.tsx', '.js']\r"," },\r","\r"," module: {\r"," rules:[\r"," {\r"," test: /\\.tsx?$/, loader: \"tslint-loader\", enforce: \"pre\",\r"," options: {emitErrors: true, failOnHint: true}\r"," },\r"," { \r"," test: /\\.tsx?$/, \r"," loader: 'ts-loader'\r"," }\r"," ],\r"," },\r","\r"," plugins: [\r"," new webpack.BannerPlugin( `pts.js ${require(\"./package.json\").version} - Copyright © 2017-2018 William Ngan and contributors.\\nLicensed under Apache 2.0 License.\\nSee https://github.com/williamngan/pts for details.` )\r"," ]\r","\r","};"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/junneyang/pts/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"webpack.dev.js","displayUrl":"https://github.com/junneyang/pts/blob/master/webpack.dev.js?raw=true","headerInfo":{"blobSize":"1.2 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"73be14b","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fjunneyang%2Fpts%2Fblob%2Fmaster%2Fwebpack.dev.js","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"50","truncatedSloc":"39"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"JavaScript","languageID":183,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/junneyang/pts/blob/master/webpack.dev.js","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/junneyang/pts/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/junneyang/pts/raw/refs/heads/master/webpack.dev.js","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":{"timed_out":false,"not_analyzed":false,"symbols":[]}},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/junneyang/pts/branches":{"post":"zFU6do3-NwU8NxjN2VmpJT5Hhfwz8h-9qob4Uula9_qMVeBdVELwRriKNnkYDpIbBwPW6gXALdFkw3zNGFzkvQ"},"/repos/preferences":{"post":"bnRMBtRHqf_KsJr66YHTx9pHqAdOQ8VQOTQaq5ml5bGFVpqRInKfdGIFzcr3mrLgK4JG3Bv6Y_TfqH-ad2B2aQ"}}},"title":"pts/webpack.dev.js at master · junneyang/pts","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-7d7eb7c71814.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1ae9fa256942.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true,"github_models_repo_integration":false}}}
0