samu/angular-table

Webpack bundling

Opened this issue · 1 comments

Hello,

I have tried to use webpack to bundle my angular app. I used require("angular-table") to include this package in the project after using npm to install this package (v1.0.4). However, I kept getting error of module not found. Any advice on this?

Thank you

Probably they should fix package.json to enable that standard import. Anyway you can use require('angular-table/dist/angular-table.min.js').