mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-23 20:18:42 +08:00
build(core): add source-map-loader for blocksuite codes (#6137)
This commit is contained in:
@@ -242,6 +242,12 @@ export const createConfiguration: (
|
|||||||
fullySpecified: false,
|
fullySpecified: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
test: /\.js$/,
|
||||||
|
enforce: 'pre',
|
||||||
|
include: /@blocksuite/,
|
||||||
|
use: ['source-map-loader'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
oneOf: [
|
oneOf: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user