Coder Social home page Coder Social logo

Comments (5)

bitburnerz avatar bitburnerz commented on May 12, 2024 1

Ok. I managed to get webpack-starter to work with browser-level directly. Thank you!

from browser-level.

vweevers avatar vweevers commented on May 12, 2024

As long as the bundler converts CommonJS modules, it should work. I don't know about Vite, but check out this webpack example for comparison: https://github.com/Level/webpack-starter.

With Vite/Rollup you may need something like https://github.com/FredKSchott/rollup-plugin-polyfill-node for events.

from browser-level.

bitburnerz avatar bitburnerz commented on May 12, 2024

I noticed webpack-starter is using "level" instead of "browser-level". I tried changing that but then could not get it to compile anymore. Is there something wrong with my approach? Maybe I need to use "level" instead of "browser-level", in which case, what purpose does "browser-level" serve?

from browser-level.

vweevers avatar vweevers commented on May 12, 2024

level is a convenience package without any code of itself. It exports classic-level in Node.js, or browser-level in browsers (if the bundler respects the browser field). If you're only targeting browsers, then browser-level is all you need.

from browser-level.

rxliuli avatar rxliuli commented on May 12, 2024

It seems weird that a module for browser depends on nodejs package, now I solved it by alias configuration, but it still feels weird.

from browser-level.

Related Issues (5)

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.