-
```
error Error while building ./asketch2sketch.js
./asketch2sketch/helpers/sortObjectKeys.js
Module build failed: SyntaxError: Unexpected token (4:37)
2 | const keys = Object.keys(obj).sort…
-
Hi. I have used cocoa syntax (`@import` and `[x y]`) in my plugin's code, but skpm generates warnings while compiling plugin.
```
error Error while building ./commands/validate.js
./src/commands/va…
-
Hi,
I would like to create a window that's opened with a URL.
My goal is to have a login page in my server and create an "iframe" inside Sketch to login or view an account profile.
I have abso…
-
I am reporting a bug or issue - I can't get any of the examples to run. They all produce the same error.
**Expected behavior:**
Renders the "basic setup" example.
**Observed behavior:**
Produc…
-
Any idea why?
-
Hi,
I am working on a `react-sketchapp` project that uses skpm. One of the node modules I am using has ES.next syntax that isn't getting recognized during compilation (`skpm build --watch --run`):…
-
I couldn't get `skpm publish` to work for a variety of reasons, so would you mind adding this to the registry? https://github.com/sketch-symbol-importer/sketch-symbol-importer
-
_I am..._
| -------------------------------------------------------------------------------------------------
| Reporting a bug or issue
| ----------------------------------------------------------…
-
when running the following code and trying to run skpm build I get the following error:
code:
``` js
import emmet from 'emmet';
import 'emmet/bundles/snippets';
import 'emmet/bundles/caniuse';
…
-
I'm referring to the "executing JS on the webview from the plugin" example.
I run the above command after creating a WebUI instance. Nothing happens. The `someJSFunction()` doesn't exist on the we…