Fix build issues (#104)

* fix linting issues on webpack.config.js

* sync with demo plugin, go mod tidy

* npm audit fix

There's a rash of lodash issues right now that have no available fix, but I'm fixing the remaining issues.

* use exact versions

* update webapp/package-lock.json too

* manually clean up go.mod/go.sum

* private package.json
This commit is contained in:
Jesse Hallam 2020-07-07 09:50:31 -03:00 committed by GitHub
parent a49d6f6dd4
commit becbbc9685
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5006 additions and 1333 deletions

View file

@ -23,11 +23,13 @@ const config = {
allExtensions: true,
isTSX: true,
}],
['@emotion/babel-preset-css-prop'],
],
plugins: [
'@babel/plugin-proposal-class-properties',
'@babel/plugin-syntax-dynamic-import',
'@babel/proposal-object-rest-spread',
'@babel/plugin-proposal-optional-chaining',
'babel-plugin-typescript-to-proptypes',
],
};