mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
add prettier-ignore for IIFE builds
This commit is contained in:
parent
ca6c4eb63b
commit
90ee2c54eb
@ -107,6 +107,7 @@ const makeConfig = ({
|
|||||||
plugins: [
|
plugins: [
|
||||||
externals({ deps: false }),
|
externals({ deps: false }),
|
||||||
modify({
|
modify({
|
||||||
|
// prettier-ignore
|
||||||
find: /'__CITATIONS__'/g,
|
find: /'__CITATIONS__'/g,
|
||||||
replace: JSON.stringify(citationData, null, 2),
|
replace: JSON.stringify(citationData, null, 2),
|
||||||
}),
|
}),
|
||||||
@ -130,6 +131,7 @@ const makeConfig = ({
|
|||||||
plugins: [
|
plugins: [
|
||||||
externals({ deps: false }),
|
externals({ deps: false }),
|
||||||
modify({
|
modify({
|
||||||
|
// prettier-ignore
|
||||||
find: /'__CITATIONS__'/g,
|
find: /'__CITATIONS__'/g,
|
||||||
replace: JSON.stringify(citationData, null, 2),
|
replace: JSON.stringify(citationData, null, 2),
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user