UNPKG
@gluestack-v2/glue-plugin-web
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.1.0-alpha.1
0.0.2
0.0.1
Gluestack V2 Web Plugin
gluestack-v2/framework-cli
@gluestack-v2/glue-plugin-web
/
template
/
next.config.js
7 lines
(5 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
6
7
/**
@type
{import('next').NextConfig} */
const
nextConfig
=
{ reactStrictMode:
true
, }
module
.
exports
= nextConfig