Intermediate commit:

- webpack build does not run successfully, typescript errors out, saying
  "TS2304: Cannot find name 'module'." or 'require' or 'process' in
  certain .ts files.
This commit is contained in:
Manuel Friedli 2017-03-14 15:42:11 +01:00
parent d6604351fe
commit be51aab2ee
43 changed files with 213 additions and 53 deletions

5
.gitignore vendored
View file

@ -4,6 +4,7 @@
atlassian-ide-plugin.xml
node_modules/
typings/
app/**/*.js
app/**/*.js.map
src/**/*.js
src/**/*.js.map
npm-debug.log
dist/