Skip to content

Commit

Permalink
Merge pull request #401 from manpenaloza/rmDeprecatedTracking
Browse files Browse the repository at this point in the history
remove error-causing & deprecated analytics fetch
  • Loading branch information
mxstbr committed Dec 12, 2018
2 parents 5af619b + 95e9f59 commit 8f3b75b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
3 changes: 0 additions & 3 deletions next.config.js
@@ -1,4 +1,3 @@
const path = require('path');
const withSourceMaps = require('@zeit/next-source-maps');
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
const withMDX = require('@zeit/next-mdx');
Expand Down Expand Up @@ -34,9 +33,7 @@ module.exports = withTM({

config.entry = () =>
oldEntry().then(entry => {
entry['main.js'].push(path.resolve('./utils/track.js'));
entry.commons = ['./utils/prismTemplateString.js'];

return entry;
});
}
Expand Down
28 changes: 0 additions & 28 deletions utils/track.js

This file was deleted.

1 comment on commit 8f3b75b

@vercel
Copy link

@vercel vercel bot commented on 8f3b75b Dec 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://styled-components-mrzeyivnpz.now.sh to the following alias.

Please sign in to comment.