Skip to content

Commit

Permalink
chore: force action publish
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Jul 26, 2021
1 parent be724ca commit 3d9cbdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/webpack.base.js
Expand Up @@ -194,6 +194,7 @@ module.exports = function (webpackEnv) {
output: {
// The build folder.
path: isEnvProduction ? paths.appBuild : undefined,
libraryTarget: 'commonjs2',
// Add /* filename */ comments to generated require()s in the output.
pathinfo: isEnvDevelopment,
// There will be one main bundle, and one file per asynchronous chunk.
Expand Down
6 changes: 3 additions & 3 deletions public/index.html
Expand Up @@ -4,9 +4,9 @@
<title>watchIT</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icon192.png" />
<link rel="icon" href="favicon.ico" />
<link rel="manifest" href="manifest.json" />
<link rel="apple-touch-icon" href="icon192.png" />
</head>

<body class="has-main-background">
Expand Down
1 change: 1 addition & 0 deletions src/render/index.web.js
@@ -1,3 +1,4 @@
// eslint-disable-next-line
import 'v8-compile-cache'
import React from 'react'
import ReactDOM from 'react-dom'
Expand Down

0 comments on commit 3d9cbdd

Please sign in to comment.