Code Monkey home page Code Monkey logo

buble-riot-rollup-starter's Introduction

Justin Williams

GitHub followers Profile views

Hey there! I'm software engineer who specializes in building web applications. My main area of expertise is frontend development, creating human friendly interfaces with TypeScript and React.

👋 Find me

LinkedIn Discord

🛠️ Skills

HTML5  CSS3  JavaScript  TypeScript  NodeJS  React  Java  Spring  PostgreSQL  Docker  Kubernetes

✨ Stats

Metrics Achievements Commit calendar Most used languages

buble-riot-rollup-starter's People

Contributors

nerdstep avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

buble-riot-rollup-starter's Issues

rollup production config

Is this a possible error?

in config/prod.js, line #9

config.plugins[3] = replace({ 'process.env.NODE_ENV': JSON.stringify('production') })

replaces line #19 in config/dev.js

globals()

shouldn't it be

config.plugins[4] = replace({ 'process.env.NODE_ENV': JSON.stringify('production') })

so it replaces line #20 in config.dev.js

replace({ 'process.env.NODE_ENV': JSON.stringify('development') })

Error reporting using this setup

Hi there, have been using this setup for a bit now but I noticed error reporting is way off when using buble.

For example: Let's trigger an error with plain riot:

(13): tags/radiochannelitem/radiochannelitem.tag🚨   'this' can not be used as shorthand property
tags/radiochannelitem/radiochannelitem.tag (10:12)
 8:
 9:         this.classes = {
10:             this.radiostation_wrapper: true,
                 ^
11:             this.selected: true,
12:         }

Now if I add buble() I get the following message (for the same mistake)

(12): tags/svg-icon/svg-icon.tag🚨   (buble plugin) 'this' can not be used as shorthand property (10:12)
undefined (10:12)

Notice that the file is incorrect (location of the mistake is in radiochannelitem.tag) and the pointer to the error is missing.

Do you know of a fix for this? I'm not sure if this is an issue with riot, buble or rollup but it would be nice to get a nice and descriptive error. :)

Thanks in advance!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.