martinsvb / ng2-summernote

Angula 2.0 summernote wysiwyg editor integration
14 stars 12 forks source link

Webpack build error #9

Open dave0783 opened 7 years ago

dave0783 commented 7 years ago

Getting error when using webpack:

Module build failed: Error: Typescript emitted no output for /Users/me/dev/webpack/node_modules/ng2-summernote/ng2-summernote.ts.
You should not need to recompile .ts files in node_modules.
Please contact the package author to advise them to use --declaration --outDir.
More https://github.com/Microsoft/TypeScript/issues/12358
    at Object.loader (/Users/me/dev/webpack/node_modules/ts-loader/dist/index.js:32:15)
 @ ./app/app.module.ts 11:23-63
 @ ./app/main.ts

Any ideas?