mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 01:02:18 +00:00
sdk: fix transpile exclusions
This commit is contained in:
4
sdk/package-lock.json
generated
4
sdk/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@scrypted/sdk",
|
||||
"version": "0.0.82",
|
||||
"version": "0.0.83",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@scrypted/sdk",
|
||||
"version": "0.0.82",
|
||||
"version": "0.0.83",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@scrypted/sdk",
|
||||
"version": "0.0.82",
|
||||
"version": "0.0.83",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -29,7 +29,8 @@ module.exports = {
|
||||
test: /\.(ts|js)x?$/,
|
||||
// unsure if this is correct... need to transpile node modules at times.
|
||||
// exclude: /(node_modules|bower_components)/,
|
||||
exclude: /(core-js)/,
|
||||
// exclude: /(core-js|)/,
|
||||
exclude: /(core-js|node_modules|bower_components)/,
|
||||
use: {
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
|
||||
Reference in New Issue
Block a user