require('datatables'); does not work
我很难尝试将 jQuery-Datatables 作为来自 bower 的 webpack 模块包含在内,当前设置与其他 bower 组件一起使用,这里是 webpack 配置文件的一部分:
module.exports = {
plugins: [
new webpack.ResolverPlugin(
new webpack.ResolverPlugin.DirectoryDescriptionFilePlugin("bower.json", ["main"])
)
],
resolve: {
modulesDirectories: ['node_modules', 'bower_components']
}
};