You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Sir,
I tried to download the code and load into Chrome with unpacked,
first time : I get error said cannot laod ./lib/jquery.min.js.
I download and add the jquery.min.js to ./lib folder,
then I get error said "Uncaught SyntaxError: Cannot use import statement outside a module"
for background.js first 2 lines:
import analytics from './analytics';
import dataLayer from './dataLayer';
Is there a way I can get a loaded code for starting the project?
Thanks,
Gordon
The text was updated successfully, but these errors were encountered:
Hi Gordon
Have a look at gulpfile.babel.js
I think you'll need to run gulp to build the project before you can run it in the browser.
(I should add these instructions to the README.md)
Dear Sir,
I tried to download the code and load into Chrome with unpacked,
first time : I get error said cannot laod ./lib/jquery.min.js.
I download and add the jquery.min.js to ./lib folder,
then I get error said "Uncaught SyntaxError: Cannot use import statement outside a module"
for background.js first 2 lines:
import analytics from './analytics';
import dataLayer from './dataLayer';
Is there a way I can get a loaded code for starting the project?
Thanks,
Gordon
The text was updated successfully, but these errors were encountered: