Spaces:
Sleeping
Sleeping
Jon Taylor
commited on
Commit
·
271c11a
1
Parent(s):
5973f95
test deps
Browse files- frontend/next.config.js +1 -0
frontend/next.config.js
CHANGED
@@ -4,6 +4,7 @@ const nextConfig = {
|
|
4 |
output: "export",
|
5 |
webpack: (config) => {
|
6 |
// See https://webpack.js.org/configuration/resolve/#resolvealias
|
|
|
7 |
config.resolve.alias = {
|
8 |
...config.resolve.alias,
|
9 |
sharp$: false,
|
|
|
4 |
output: "export",
|
5 |
webpack: (config) => {
|
6 |
// See https://webpack.js.org/configuration/resolve/#resolvealias
|
7 |
+
config.output.globalObject = "this";
|
8 |
config.resolve.alias = {
|
9 |
...config.resolve.alias,
|
10 |
sharp$: false,
|