問題タブ [jspdf-autotable]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
848 参照

webpack - jsPDF-AutoTableプラグインをwebpackのjsPDFに登録するには?

UMDに従ってベンダー モジュールを作成し、依存関係としてjsPDFを設定しました。ベンダーモジュールにjsPDFを挿入する前に、 jsPDF-AutoTableプラグインが jsPDF に登録されるようするにはどうすればよいですか?

次のように、webpack.config.jsファイルでProvidePluginjsPDF is not definedを使用してすでに解決しました。