lms.config.js

module.exports = {
  build: {
    bundle: true,
    external: [], // Бандлить все зависимости внутрь
  },
};