We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f97ecc commit b60f942Copy full SHA for b60f942
examples/client-only-paths/src/html.js
@@ -6,7 +6,7 @@ import typography from "./utils/typography"
6
let stylesStr
7
if (process.env.NODE_ENV === `production`) {
8
try {
9
- stylesStr = require(`!raw-loader!../${process.env.OUTPUT_DIRECTORY}/styles.css`)
+ stylesStr = require(`!raw-loader!../${process.env.GATSBY_OUTPUT_DIR}/styles.css`)
10
} catch (e) {
11
console.log(e)
12
}
0 commit comments