@netlify/plugin-csp-nonce 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
- package/src/__csp-nonce.ts +1 -2
- package/src/__csp-violations.ts +1 -1
package/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
1
2
|
import fs, { copyFileSync } from "fs";
|
|
2
3
|
|
|
3
4
|
const SITE_ID = "321a7119-6008-49a8-9d2f-e20602b1b349";
|
|
4
5
|
|
|
5
|
-
/* eslint-disable no-console */
|
|
6
6
|
export const onPreBuild = async ({ inputs, netlifyConfig, utils }) => {
|
|
7
7
|
console.log(` Current working directory: ${process.cwd()}`);
|
|
8
8
|
const config = JSON.stringify(inputs, null, 2);
|
package/package.json
CHANGED
package/src/__csp-nonce.ts
CHANGED
package/src/__csp-violations.ts
CHANGED