From 4713b067e77e775190a41e0b7af15c6d7dca46ad Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 7 Apr 2020 17:08:40 +0800 Subject: [PATCH] chore: site should deps on source code --- gatsby-browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-browser.js b/gatsby-browser.js index 98906e728f..f59a23225a 100644 --- a/gatsby-browser.js +++ b/gatsby-browser.js @@ -1,3 +1,3 @@ // window.g6 = require('./src/index.ts'); // import the source for debugging -window.g6 = require('./dist/g6.min.js'); // import the package for webworker +window.g6 = require('./src'); // import the package for webworker window.insertCss = require('insert-css');