mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 08:32:57 +08:00
Add source maps to modern browsers dist
This commit is contained in:
parent
e7d44d0264
commit
984a381689
@ -32,6 +32,7 @@ module.exports = {
|
||||
mode: "production",
|
||||
entry: './src/lib/index.modern.ts',
|
||||
target: 'es5',
|
||||
devtool: 'source-map',
|
||||
output: {
|
||||
filename: 'index.modern.js',
|
||||
path: path.resolve(__dirname, 'build'),
|
||||
|
Loading…
Reference in New Issue
Block a user