mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-03-16 08:21:07 +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",
|
mode: "production",
|
||||||
entry: './src/lib/index.modern.ts',
|
entry: './src/lib/index.modern.ts',
|
||||||
target: 'es5',
|
target: 'es5',
|
||||||
|
devtool: 'source-map',
|
||||||
output: {
|
output: {
|
||||||
filename: 'index.modern.js',
|
filename: 'index.modern.js',
|
||||||
path: path.resolve(__dirname, 'build'),
|
path: path.resolve(__dirname, 'build'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user