Remove @zeit/next-bundle-analyzer.
This commit is contained in:
parent
a28af0eb40
commit
55a1a2357c
@ -1,4 +1,3 @@
|
|||||||
NODE_ENV='development'
|
NODE_ENV='development'
|
||||||
PORT=3000
|
PORT=3000
|
||||||
API_URI='http://localhost:3001/graphql'
|
API_URI='http://localhost:3001/graphql'
|
||||||
BUNDLE_ANALYZE=false
|
|
||||||
|
|||||||
@ -1,18 +0,0 @@
|
|||||||
/* eslint-disable import/unambiguous */
|
|
||||||
|
|
||||||
const withBundleAnalyzer = require('@zeit/next-bundle-analyzer')
|
|
||||||
|
|
||||||
module.exports = withBundleAnalyzer({
|
|
||||||
analyzeServer: ['server', 'both'].includes(process.env.BUNDLE_ANALYZE),
|
|
||||||
analyzeBrowser: ['browser', 'both'].includes(process.env.BUNDLE_ANALYZE),
|
|
||||||
bundleAnalyzerConfig: {
|
|
||||||
server: {
|
|
||||||
analyzerMode: 'static',
|
|
||||||
reportFilename: 'bundle-analysis-server.html'
|
|
||||||
},
|
|
||||||
browser: {
|
|
||||||
analyzerMode: 'static',
|
|
||||||
reportFilename: 'bundle-analysis-browser.html'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
665
app/package-lock.json
generated
665
app/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,6 @@
|
|||||||
},
|
},
|
||||||
"browserslist": "> 0.5%, not dead, node 8.6",
|
"browserslist": "> 0.5%, not dead, node 8.6",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@zeit/next-bundle-analyzer": "^0.1.2",
|
|
||||||
"apollo-cache-inmemory": "^1.6.2",
|
"apollo-cache-inmemory": "^1.6.2",
|
||||||
"apollo-client": "^2.6.2",
|
"apollo-client": "^2.6.2",
|
||||||
"apollo-link": "^1.2.11",
|
"apollo-link": "^1.2.11",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user