From b66798474288526db5814b3b3e2f27d4f1d214f5 Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Tue, 19 Jan 2021 15:35:08 -0500 Subject: [PATCH 1/5] chore: compile deps --- packages/next/compiled/style-loader/LICENSE | 20 +++++++++++++++++++ packages/next/compiled/style-loader/cjs.js | 1 + .../next/compiled/style-loader/package.json | 1 + packages/next/package.json | 2 +- packages/next/taskfile.js | 16 +++++++++++++++ 5 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 packages/next/compiled/style-loader/LICENSE create mode 100644 packages/next/compiled/style-loader/cjs.js create mode 100644 packages/next/compiled/style-loader/package.json diff --git a/packages/next/compiled/style-loader/LICENSE b/packages/next/compiled/style-loader/LICENSE new file mode 100644 index 0000000000000..8c11fc7289b75 --- /dev/null +++ b/packages/next/compiled/style-loader/LICENSE @@ -0,0 +1,20 @@ +Copyright JS Foundation and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/packages/next/compiled/style-loader/cjs.js b/packages/next/compiled/style-loader/cjs.js new file mode 100644 index 0000000000000..614c164c8684b --- /dev/null +++ b/packages/next/compiled/style-loader/cjs.js @@ -0,0 +1 @@ +module.exports=function(){"use strict";var t={138:function(t){t.exports=JSON.parse('{"type":"object","properties":{"injectType":{"description":"Allows to setup how styles will be injected into DOM (https://github.com/webpack-contrib/style-loader#injecttype).","enum":["styleTag","singletonStyleTag","lazyStyleTag","lazySingletonStyleTag","linkTag"]},"attributes":{"description":"Adds custom attributes to tag (https://github.com/webpack-contrib/style-loader#attributes).","type":"object"},"insert":{"description":"Inserts `