@adobe/gatsby-add-launch-script

<!-- Copyright 2020 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.

Usage no npm install needed!

<script type="module">
  import adobeGatsbyAddLaunchScript from 'https://cdn.skypack.dev/@adobe/gatsby-add-launch-script';
</script>

README

Version Downloads/week Build Status License Codecov Coverage

@adobe/gatsby-add-launch-script

A Gatsby plugin to insert an Adobe Launch script.

Install

npm install --save @adobe/gatsby-add-launch-script

Example

// In gatsby-config.js
plugins: [
  {
    resolve: `@adobe/gatsby-add-launch-script`,
    options: {
      includeInDevelopment: true,
      scriptUrl: 'https://some-adobe-launch-script.example'
    }
  }
];

Contributing

Contributions are welcome! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.