Socket
Socket
Sign inDemoInstall

esbuild-loader

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-loader - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

package.json
{
"name": "esbuild-loader",
"version": "1.0.1",
"version": "1.1.0",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "author": "EGOIST",

@@ -25,3 +25,7 @@ # esbuild-loader

options: {
// All options are optional
target: 'es2015', // default, or 'es20XX', 'esnext'
jsxFactory: 'React.createElement',
jsxFragment: 'React.Fragment',
sourceMap: false // Enable sourcemap
},

@@ -28,0 +32,0 @@ },

@@ -32,2 +32,5 @@ const path = require('path')

loader: ext.slice(1),
jsxFactory: options.jsxFactory,
jsxFragment: options.jsxFragment,
sourcemap: options.sourceMap
})

@@ -34,0 +37,0 @@ done(null, result.js, result.jsSourceMap)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc