<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>KatagiriSo</author_name>
  <author_url>https://blog.hatena.ne.jp/KatagiriSo/</author_url>
  <blog_title>Rodhos Soft</blog_title>
  <blog_url>https://rodhos.hatenadiary.jp/</blog_url>
  <categories>
    <anon>webpack</anon>
    <anon>javascript</anon>
  </categories>
  <description>WebPack https://webpack.js.org/ 読み込んで使う。エントリーポイント //spc/index.js import bar from './bar'; bar(); 読み込まれる側 //src/bar.js export default function bar() { // } これを設定するにはwebpack.config.jsを作る。 const path = require('path'); module.exports = { entry: './src/index.js', output: { path: path.resolve(__dirname, …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frodhos.hatenadiary.jp%2Fentry%2F2018%2F05%2F14%2F121922&quot; title=&quot;webpackの使い方 - Rodhos Soft&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-05-14 12:19:22</published>
  <title>webpackの使い方</title>
  <type>rich</type>
  <url>https://rodhos.hatenadiary.jp/entry/2018/05/14/121922</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
