We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc8f10 commit 2d5126aCopy full SHA for 2d5126a
webpack.config.js
@@ -25,8 +25,8 @@ module.exports = {
25
plugins: [
26
new DtsBundleWebpack({
27
name: "discord-message-handler",
28
- main: './dist/src/index.d.ts',
29
- out: '../index.d.ts',
+ main: './src/index.d.ts',
+ out: '../dist/index.d.ts',
30
removeSource: true,
31
outputAsModuleFolder: false
32
})
0 commit comments