Code Monkey home page Code Monkey logo

Comments (8)

jacksteamdev avatar jacksteamdev commented on July 16, 2024

Whoops, that's a problem! We need to support localization better.

You might take a look at a Rollup plugin to copy this folder. I don't think _locales needs to be web accessible, so it should work. My favorite one is rollup-plugin-copy2, since it works well with rollup-plugin-zip, which makes releases a breeze.

from chrome-extension-tools.

rick-stevens avatar rick-stevens commented on July 16, 2024

Thanks, I've done something similar for the time being πŸ‘πŸΌ

from chrome-extension-tools.

AmySteam avatar AmySteam commented on July 16, 2024

Hi @rick-stevens! We've added _locales support on the beta release npm i rollup-plugin-chrome-extension@beta -D . Could you give it a can test run on your MV2 extension? 🧐 (MV3 support is not finished yet).

It should work without adding the _locales in the web accessible resources folder πŸ˜„

from chrome-extension-tools.

rick-stevens avatar rick-stevens commented on July 16, 2024

That's great! I've temporarily moved to a custom Vite stup to support MV3, so I can't easily test in my current project. But the reproduction steps are quite simple and not related to a specific project structure. Happy that works now. Awaiting MV3 support! πŸ™πŸΌ

from chrome-extension-tools.

AmySteam avatar AmySteam commented on July 16, 2024

@rick-stevens Have you been able to get HMR working with vite? πŸ€” We'll be working on the reloader next week and I wanted to know what others are using for reloading in all the different contexts (background, content scripts, etc) during development.

from chrome-extension-tools.

grinono avatar grinono commented on July 16, 2024

i tried to copy the transalation folder, it's creating the folder for sec, but then it's removed somehow. any idea how to resolve this?

import copy from 'rollup-plugin-copy'


 copy({
      targets: [
        { src: 'src/_locales/**/*.json', dest: 'dist/_locales' },
      ]
    }),

from chrome-extension-tools.

grinono avatar grinono commented on July 16, 2024

resolved with :

import execute from 'rollup-plugin-execute'

 execute('yarn postbuild && yarn copy')

where running cp cli commands

from chrome-extension-tools.

rick-stevens avatar rick-stevens commented on July 16, 2024

@rick-stevens Have you been able to get HMR working with vite? πŸ€” We'll be working on the reloader next week and I wanted to know what others are using for reloading in all the different contexts (background, content scripts, etc) during development.

Sorry, I havent. I went for quick and dirty:

{
  "scripts": {
    "build:background": "vite build --config background.vite.config.js",
    "build:content": "vite build --config content.vite.config.js",
    "build:options": "vite build --config options.vite.config.js",
    "build": "rimraf dist && concurrently yarn:build:*"
  }
}

And used the /public folder for the manifest, locales, icons and CSS.

from chrome-extension-tools.

Related Issues (20)

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.