Closed justicenode closed 3 years ago
forage import used to fail with the following error message: SyntaxError: Unexpected token 'import'. Now it should no longer do this.
forage import
SyntaxError: Unexpected token 'import'
Good catch, thanks!
forage import
used to fail with the following error message:SyntaxError: Unexpected token 'import'
. Now it should no longer do this.