aliyun / aliyun-tablestore-nodejs-sdk

Aliyun TableStore(原OTS) SDK for Node.js
Apache License 2.0
88 stars 33 forks source link

webpack 打包后运行时报错 #44

Open luckyray-fan opened 4 years ago

luckyray-fan commented 4 years ago

目前我只能手动魔改下包里面 require 的引用, 不知道有没有什么比较好的 workaround 来源

/* @type {import('webpack').Configuration} / module.exports = { mode: 'development', entry: './index.js', output: { path: path.resolve(__dirname, 'build'), filename: 'index.js', libraryTarget: 'commonjs', }, target: 'node', devtool: false, };