Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用Webpack导入pickadate?
过去似乎对此进行了很多讨论(例如:this、this、this、this和this)。但是,对于如何使用 Webpack 可靠地导入 pickadate,我找不到任何明确的解决方案。有什么好的解决办法吗?
我找到了这个最好的解决方案。在 webpack 配置中:
resolve: { alias: { 'picker': 'pickadate/lib/picker' } },